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

@ -17,6 +17,7 @@
backdrop-filter: blur(10px);
mask: linear-gradient(to top, transparent, black 30%);
width: 100%;
max-width: var(--page-max-width);
top: 0;
padding-bottom: var(--padding-xxl);
}