diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c341bd6..a2b0cd50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Components - Entree de données: Ajustement espacement input + message d'erreur. - Components - Feedback form: retrait du margin-bottom. +- Components - Pre-footer: Ajustement des espacements. ### Fixed - Components - Entrée de données: Modification display du label pour corriger problème d'alignement avec ou sans popover. diff --git a/source/css/scss/_pre-footer.scss b/source/css/scss/_pre-footer.scss index baf53ea7..e26da007 100644 --- a/source/css/scss/_pre-footer.scss +++ b/source/css/scss/_pre-footer.scss @@ -1,12 +1,11 @@ footer { // Pre footer - // Use-case: Vitrine d'arrondissement &.pre-footer { background-color: $white; color: $body-color; - padding-top: 2rem; - padding-bottom: 0; - + padding-top: 4rem; + padding-bottom: 2rem; + .font-size-sm { p { margin-bottom: 1rem; @@ -51,10 +50,5 @@ footer { } } } - - @include media-breakpoint-up(md) { - padding-top: 4rem; - padding-bottom: 2rem; - } } }