diff --git a/frontend/public/index.html b/frontend/public/index.html index e8c0965..2f1d5d4 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -20,7 +20,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Centurion diff --git a/frontend/src/index.sass b/frontend/src/index.sass index 95f2f04..4a0696f 100644 --- a/frontend/src/index.sass +++ b/frontend/src/index.sass @@ -6,8 +6,7 @@ $footer-height: 4.5em -$content-height: calc(100vh - $footer-height) - +$content-height: calc(100vh - #{$footer-height}) body font-family: 'SourceSansPro', sans-serif