Changed primary menu order

Increase size logo and slogan
Align menu item in bar better
Fix: grey background in menu
This commit is contained in:
Jorit Tijsen
2024-05-14 13:44:11 +02:00
parent 077fb0236f
commit d75ab273ff
12 changed files with 72 additions and 20 deletions

View File

@@ -20,10 +20,13 @@ body {
@include container;
}
@media (min-width: 768px) {
.grey_background {
background-color: #f9f9f9;
.grey_background:not(.site_container) {
background-color: $container-bg;
}
}
.page {
padding-top: 20px;
}
.content_container {
padding-right: 50px;
}