diff --git a/user/themes/epau-antimatter/css-compiled/template.css b/user/themes/epau-antimatter/css-compiled/template.css index 0341a89..5c94741 100644 --- a/user/themes/epau-antimatter/css-compiled/template.css +++ b/user/themes/epau-antimatter/css-compiled/template.css @@ -1494,7 +1494,6 @@ h1 { @media (max-width: 442px) { .equipe-event .personne .mozaique .info h5 { font-size: 0.9rem; - padding-left: 0.8rem; padding-right: 0.6rem; } } .equipe-event .personne .mozaique .info h6 { font-weight: 300; @@ -1505,7 +1504,6 @@ h1 { padding-right: 1.2rem; } @media (max-width: 442px) { .equipe-event .personne .mozaique .info h6 { - padding-left: 0.8rem; font-size: 0.75rem; padding-right: 0.6rem; } } @@ -1524,7 +1522,8 @@ h1 { .grille .tous-logos { display: flex; margin: auto; - max-width: 80%; } + max-width: 80%; + justify-content: center; } .grille p { justify-content: center; display: flex; diff --git a/user/themes/epau-antimatter/scss/template/_custom.scss b/user/themes/epau-antimatter/scss/template/_custom.scss index 35b64f4..c9617a5 100644 --- a/user/themes/epau-antimatter/scss/template/_custom.scss +++ b/user/themes/epau-antimatter/scss/template/_custom.scss @@ -1029,7 +1029,7 @@ h1{ // padding-left: 1.3rem; @media (max-width: 442px) { font-size: 0.9rem; - padding-left: 0.8rem; + // padding-left: 0.8rem; padding-right: 0.6rem; } @@ -1044,7 +1044,7 @@ h1{ // padding-bottom: 1rem; // padding-left: 1.3rem; @media (max-width: 442px) { - padding-left: 0.8rem; + // padding-left: 0.8rem; font-size: 0.75rem; padding-right: 0.6rem; } @@ -1074,6 +1074,7 @@ h1{ display: flex; margin: auto; max-width: 80%; + justify-content: center; } p{ justify-content: center;