Fix PWA problem with banner overflowing screen
gitea/imio-publik-themes/pipeline/head This commit looks good Details

This commit is contained in:
Daniel Muyshond 2024-03-27 14:45:45 +01:00
parent 768f55220e
commit efe3762264
1 changed files with 7 additions and 0 deletions

View File

@ -145,6 +145,13 @@ $imio-logo-height: 40px !default;
background-position: center;
}
}
body.has-picture .site-nav::after {
width: 100%;
border-radius: 0;
background-position: top;
background-size: cover;
height: 185px;
}
#footer {
padding-left: 9px;
padding-right: 9px;