[TELE-1883]Fix max-width
gitea/imio-publik-themes/pipeline/head This commit looks good Details

This commit is contained in:
jmodesto 2024-02-29 11:43:05 +01:00
parent 0428e6421a
commit 1e7b7f8f0a
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ $imio-logo-height: 40px !default;
}
// TELE-1883 Harmoniser pour les basses résolutions encore très employées.
@media screen and (min-width: 1366px) {
@media screen and (max-width: 1366px) {
.page-width,
.header-width,
.nav-width,
@ -121,7 +121,7 @@ $imio-logo-height: 40px !default;
background-position: inherit;
}
}
@media screen and (min-width: 1280px) {
@media screen and (max-width: 1280px) {
.page-width,
.header-width,
.nav-width,