add: desktop-background + fix: desktop-layout

This commit is contained in:
Robert Janus 2025-05-22 14:23:09 +02:00
parent 3b67ce0e5a
commit 2d31b019e9
4 changed files with 13 additions and 2 deletions

View file

@ -8,11 +8,13 @@
& .icon {
font-size: var(--font-size-xxl);
flex: 1 0 4rem;
min-width: 25%;
flex-shrink: 0;
color: var(--color-main-dark);
}
& .text {
text-align: left;
flex-grow: 1;
}
}