diff --git a/css/_sq_balint.scss b/css/_sq_balint.scss index 4f63cea..9b54195 100644 --- a/css/_sq_balint.scss +++ b/css/_sq_balint.scss @@ -326,6 +326,7 @@ body{ } .liste-articles-encadres{ + row-gap: 1.5rem; .bloc-article { height: 100%; outline: 1px solid #eee; @@ -495,7 +496,7 @@ body{ .footer-options{ background:$fond-footer; - padding: 2rem 0; + padding: 0 0 2rem 0; .grille{ display: flex; flex-direction: column; @@ -523,17 +524,18 @@ body{ @include media-breakpoint-up(sm){ ul.nav{ width: 100%; - justify-content: space-between; + justify-content: center; align-items: center; } li{ text-align: center; width: auto; + margin-right: 1.5rem; } } @include media-breakpoint-up(lg){ .grille{ - //flex-direction: row; + flex-direction: row; justify-content: space-between; } ul.nav{ @@ -748,6 +750,8 @@ body{ border-radius: 0.2rem; border: solid 1px grey; } +} +.formulaire_editer_groupe{ .choix{ display: flex; align-items: center; diff --git a/css/mon_site.css b/css/mon_site.css index 1d1635f..f766191 100644 --- a/css/mon_site.css +++ b/css/mon_site.css @@ -12226,6 +12226,10 @@ body { padding: 1rem; } +.liste-articles-encadres { + row-gap: 1.5rem; +} + .liste-articles-encadres .bloc-article { height: 100%; outline: 1px solid #eee; @@ -12421,7 +12425,7 @@ body { .footer .footer-options { background: #3E8050; - padding: 2rem 0; + padding: 0 0 2rem 0; } .footer .footer-options .grille { @@ -12461,19 +12465,23 @@ body { @media (min-width: 576px) { .footer .footer-options ul.nav { width: 100%; - -webkit-box-pack: justify; - justify-content: space-between; + -webkit-box-pack: center; + justify-content: center; -webkit-box-align: center; align-items: center; } .footer .footer-options li { text-align: center; width: auto; + margin-right: 1.5rem; } } @media (min-width: 992px) { .footer .footer-options .grille { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + flex-direction: row; -webkit-box-pack: justify; justify-content: space-between; } @@ -12708,7 +12716,7 @@ body { border: solid 1px grey; } -.formulaire_spip .choix { +.formulaire_editer_groupe .choix { display: -webkit-box; display: flex; -webkit-box-align: center; @@ -12716,11 +12724,11 @@ body { width: 3rem; } -.formulaire_spip .choix label { +.formulaire_editer_groupe .choix label { margin: 0; } -.formulaire_spip .editer_ponctuel .ligne { +.formulaire_editer_groupe .editer_ponctuel .ligne { display: -webkit-box; display: flex; } diff --git a/footer/dist.html b/footer/dist.html index c4a7872..0921f8a 100644 --- a/footer/dist.html +++ b/footer/dist.html @@ -20,28 +20,12 @@