From dd2a0c027b96bf04edba33041039b7812a0d001d Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 24 Sep 2023 16:44:36 +0100 Subject: [PATCH] style: space footer nav instead of using bullet points --- OliverBooth/Pages/Shared/_Layout.cshtml | 15 ++++++--------- src/scss/app.scss | 15 +++++++++++++++ 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/OliverBooth/Pages/Shared/_Layout.cshtml b/OliverBooth/Pages/Shared/_Layout.cshtml index 27c6932..32dc631 100644 --- a/OliverBooth/Pages/Shared/_Layout.cshtml +++ b/OliverBooth/Pages/Shared/_Layout.cshtml @@ -88,15 +88,12 @@ diff --git a/src/scss/app.scss b/src/scss/app.scss index d601ecf..4e2ce14 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -263,4 +263,19 @@ a.bmc-btn { .accordion.faq { margin: 20px 0; +} + +.footer-nav { + margin: 0; + padding: 0; + list-style-type: none; + + li { + display: inline-block; + margin-right: 20px; + + &:last-child { + margin-right: 0; + } + } } \ No newline at end of file