Fixed SASS syntax

master
Wilco Kruijer 4 years ago
parent f362d52056
commit 255699115e
  1. 2
      frontend/public/index.html
  2. 3
      frontend/src/index.sass

@ -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`.
-->
<title>React App</title>
<title>Centurion</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

@ -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

Loading…
Cancel
Save