From 8dc16c6407f3ee4a27653740d4c11774fa557966 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Fri, 8 Mar 2024 21:12:18 +0800 Subject: [PATCH] Small tweaks --- config/global/style/base/body.css | 2 +- config/global/style/components/footer.css | 1 - config/global/style/pages/index.css | 6 ++++-- docs/style/base/body.css | 2 +- docs/style/components/footer.css | 1 - docs/style/pages/index.css | 6 ++++-- 6 files changed, 10 insertions(+), 8 deletions(-) diff --git a/config/global/style/base/body.css b/config/global/style/base/body.css index ee6ef085..19822ec3 100644 --- a/config/global/style/base/body.css +++ b/config/global/style/base/body.css @@ -1,6 +1,6 @@ body { margin: 0 50px 0 7rem; - background-color: var(--black); + background: var(--black); min-height: 100%; font-family: "Lexend", sans-serif; color: var(--bright_white); diff --git a/config/global/style/components/footer.css b/config/global/style/components/footer.css index 49705475..1c58e9e5 100644 --- a/config/global/style/components/footer.css +++ b/config/global/style/components/footer.css @@ -1,5 +1,4 @@ footer { - width: 100%; text-align: center; margin-bottom: 10px; } diff --git a/config/global/style/pages/index.css b/config/global/style/pages/index.css index f35af776..9d3877be 100644 --- a/config/global/style/pages/index.css +++ b/config/global/style/pages/index.css @@ -1,5 +1,6 @@ #heroouter, -#landingbody { +#landingbody, +footer { margin-left: -7rem; position: relative; z-index: 1; @@ -51,7 +52,8 @@ @media (max-width: 700px) { #heroouter, - #landingbody { + #landingbody, + footer { margin: 0; } } diff --git a/docs/style/base/body.css b/docs/style/base/body.css index ee6ef085..19822ec3 100644 --- a/docs/style/base/body.css +++ b/docs/style/base/body.css @@ -1,6 +1,6 @@ body { margin: 0 50px 0 7rem; - background-color: var(--black); + background: var(--black); min-height: 100%; font-family: "Lexend", sans-serif; color: var(--bright_white); diff --git a/docs/style/components/footer.css b/docs/style/components/footer.css index 49705475..1c58e9e5 100644 --- a/docs/style/components/footer.css +++ b/docs/style/components/footer.css @@ -1,5 +1,4 @@ footer { - width: 100%; text-align: center; margin-bottom: 10px; } diff --git a/docs/style/pages/index.css b/docs/style/pages/index.css index f35af776..9d3877be 100644 --- a/docs/style/pages/index.css +++ b/docs/style/pages/index.css @@ -1,5 +1,6 @@ #heroouter, -#landingbody { +#landingbody, +footer { margin-left: -7rem; position: relative; z-index: 1; @@ -51,7 +52,8 @@ @media (max-width: 700px) { #heroouter, - #landingbody { + #landingbody, + footer { margin: 0; } }