fix: lower margin-bottom on header to have not that much wasted space

pull/113/head
Bennet Gallein 2025-05-25 11:56:23 +02:00
parent f8337c9ce9
commit 54104ca027
No known key found for this signature in database
GPG Key ID: 54F2DF6954E8C635
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.header {
height: rem(56px);
margin-bottom: rem(120px);
margin-bottom: rem(40px);
background-color: var(--mantine-color-body);
border-bottom: rem(1px) solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
}