Hide banner (mobile) as asked by OLLN
gitea/imio-publik-themes/pipeline/head This commit looks good Details

See SUP-36192
This commit is contained in:
Daniel Muyshond 2024-03-28 11:43:57 +01:00
parent 81d5ae0628
commit 2eee309102
1 changed files with 8 additions and 4 deletions

View File

@ -14,12 +14,16 @@ div.link-cell.has-asset-picture a:not(.asset-link) {
} }
@media screen and (max-width: $nav-mobile-limit) { @media screen and (max-width: $nav-mobile-limit) {
nav.site-nav {
margin-top: 100px;
}
#header h1 { #header h1 {
top: 10px; top: 10px;
left: 47px; left: 47px;
} }
nav.site-nav {
margin-top: 100px;
}
body.has-picture .site-nav::after {
display: none;
}
} }