further fix menu generation, add missing images

This commit is contained in:
Jonas Heinrich 2020-04-10 12:02:24 +02:00
parent 1a3af93a01
commit a945c96842
6 changed files with 51 additions and 39 deletions

View file

@ -186,6 +186,9 @@ header:not(.sticky-header) .header-button-container {
}
@media (max-width: 960px) {
body.logged-in header {
top: 45px;
}
header {
position: fixed;
top: 0;

View file

@ -273,7 +273,7 @@ nav > ul > li .nav-first-level-opener::after {
width: 0.88889rem;
height: 0.88889rem;
font-size: 1.44444rem;
background-image: url(img/arrow-right-grey.svg);
background-image: url(../img/arrow-right-grey.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;