Added fuglekasse, Style improvements.

This commit is contained in:
2021-03-16 15:06:58 +01:00
parent 56fc6a51b8
commit d9c319e267
2 changed files with 33 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ header{
padding: 0.5rem;
}
.header-list{
width: max-content;
width: fit-content;
padding: 0.5rem;
background-color: var(--header-bg-color);
border-radius: 1rem;
@@ -115,7 +115,6 @@ header{
.cont {
width: max-content;
padding: 1rem;
margin-top: 1.5rem;
}
}