From 5c706477b0cf92cf3341deffae2fedb10fd416ba Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 4 Nov 2020 11:56:36 +0100 Subject: [PATCH] =?UTF-8?q?feat:=20Am=C3=A9lioration=20du=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/styles/footer.sass | 8 ++++- layouts/partials/footer.html | 62 +++++++++++++----------------------- 2 files changed, 30 insertions(+), 40 deletions(-) diff --git a/assets/styles/footer.sass b/assets/styles/footer.sass index 77c1d51..5fcd1c2 100644 --- a/assets/styles/footer.sass +++ b/assets/styles/footer.sass @@ -1,5 +1,5 @@ .footer - margin: 2rem 0 + margin: 2rem 0 0 padding: 2rem background: white display: flex @@ -11,3 +11,9 @@ word-break: break-all white-space: normal user-select: inherit + +@media screen and (min-width: 840px) + text-align: center + +.explain + text-align: center diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ab74b80..c788d07 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -2,47 +2,31 @@ +