This commit is contained in:
2024-05-07 12:15:25 +02:00
parent 8b05ad2f05
commit fb4644efac
4 changed files with 32 additions and 4 deletions

View File

@@ -39,6 +39,10 @@ $width-menu-slidedown : 550px;
.layout-content{
grid-column: 1 / span 12;
padding-top: $header-height;
padding-top: $header-height;
@media(max-width: 500px){
padding-top: $header-height-ultrasmall;
}
}