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

TELE-1883
This commit is contained in:
Daniel Muyshond 2024-02-21 14:38:27 +01:00
parent 466dd48458
commit e63579ae5e
2 changed files with 16 additions and 1 deletions

@ -1 +1 @@
Subproject commit 8a71678e93e31299a201f09896b7a8d83aaf16ed
Subproject commit b9fdffbf4212808a2c3a370751cd39d1a8fefc29

View File

@ -107,6 +107,21 @@ $imio-logo-height: 40px !default;
}
}
// TELE-1883 Harmoniser pour les basses résolutions encore très employées.
@media screen and (min-width: 1366px) {
.page-width,
.header-width,
.nav-width,
.footer-width {
max-width: 1280px;
}
body.has-picture .site-nav::after {
width: 1260px;
border-radius: $border-radius;
background-position: inherit;
}
}
@media screen and (max-width: $nav-mobile-limit) {
#logo.has-logo {
padding-left: 0;