From aee4bc1fbed57df2dfdffb2c352b874f84d24050 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Thu, 14 Mar 2024 21:42:58 +0800 Subject: [PATCH] Update footer margins --- config/global/style/components/footer.css | 2 +- config/global/style/pages/index.css | 7 +++++-- docs/index.html | 7 +++++-- docs/style/components/footer.css | 2 +- docs/style/pages/index.css | 7 +++++-- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/config/global/style/components/footer.css b/config/global/style/components/footer.css index 1c58e9e..d856907 100644 --- a/config/global/style/components/footer.css +++ b/config/global/style/components/footer.css @@ -1,6 +1,6 @@ footer { text-align: center; - margin-bottom: 10px; + margin: 2rem 0 1rem; } footer a:link, diff --git a/config/global/style/pages/index.css b/config/global/style/pages/index.css index 9d3877b..8b09c1a 100644 --- a/config/global/style/pages/index.css +++ b/config/global/style/pages/index.css @@ -52,8 +52,11 @@ footer { @media (max-width: 700px) { #heroouter, - #landingbody, - footer { + #landingbody { margin: 0; } + + footer { + margin: 2rem 0 1rem; + } } diff --git a/docs/index.html b/docs/index.html index f691e4c..96846c5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,10 +82,13 @@ @media (max-width: 700px) { #heroouter, - #landingbody, - footer { + #landingbody { margin: 0; } + + footer { + margin: 2rem 0 1rem; + } } diff --git a/docs/style/components/footer.css b/docs/style/components/footer.css index 1c58e9e..d856907 100644 --- a/docs/style/components/footer.css +++ b/docs/style/components/footer.css @@ -1,6 +1,6 @@ footer { text-align: center; - margin-bottom: 10px; + margin: 2rem 0 1rem; } footer a:link, diff --git a/docs/style/pages/index.css b/docs/style/pages/index.css index 9d3877b..8b09c1a 100644 --- a/docs/style/pages/index.css +++ b/docs/style/pages/index.css @@ -52,8 +52,11 @@ footer { @media (max-width: 700px) { #heroouter, - #landingbody, - footer { + #landingbody { margin: 0; } + + footer { + margin: 2rem 0 1rem; + } }