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

@@ -4,7 +4,6 @@
.menu_container {
@media (min-width: 767px) {
height: 75px;
margin-bottom: 20px;
background-image: linear-gradient(to right, #0102b0, #4090e3);
}
@@ -412,6 +411,28 @@
}
.slogan {
width: 150px;
margin: 12px 0;
width: 190px;
margin: 8px 0;
}
.grey_background {
nav {
> div {
background: $container-bg;
}
}
.menu {
> li {
a {
background: $container-bg;
}
&:last-child {
&:after {
background: $container-bg;
}
}
}
}
}