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