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 @@ +