Make whole site look ok on still common 1280x720 res
gitea/imio-publik-themes/pipeline/head This commit looks good Details

MTELEBLA-16
This commit is contained in:
Daniel Muyshond 2024-02-21 15:27:18 +01:00
parent e63579ae5e
commit adbf8da812
1 changed files with 13 additions and 0 deletions

View File

@ -121,6 +121,19 @@ $imio-logo-height: 40px !default;
background-position: inherit;
}
}
@media screen and (min-width: 1280px) {
.page-width,
.header-width,
.nav-width,
.footer-width {
max-width: 1260px;
}
body.has-picture .site-nav::after {
width: 1240px;
border-radius: $border-radius;
background-position: inherit;
}
}
@media screen and (max-width: $nav-mobile-limit) {
#logo.has-logo {