From 255699115e60c0d09f6ddd18e84d0ffcd993dd98 Mon Sep 17 00:00:00 2001 From: Wilco Kruijer Date: Wed, 19 Feb 2020 13:30:02 +0100 Subject: [PATCH] Fixed SASS syntax --- frontend/public/index.html | 2 +- frontend/src/index.sass | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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