some styling fixes (#178)

* logos at bottom

* use GT-Zirkon font

* update filter/category copy

* add a fallback font

* stop tracking

* make timeline smaller for smaller laptops

* fix for firefox responsive intropopup

* mobile fallback

* update design system version
This commit is contained in:
Lachlan Kermode
2020-10-29 18:14:32 +01:00
committed by GitHub
parent 955e3631f9
commit 8b507fde96
27 changed files with 92 additions and 80 deletions

View File

@@ -15,7 +15,7 @@ body {
}
h1 {
font-family: 'Lato', Helvetica, serif;
font-family: $mainfont;
}
h2 {
@@ -44,7 +44,7 @@ h2 {
box-sizing: border-box;
padding: 0 5px;
outline: none;
font-family: 'Lato', sans-serif;
font-family: $mainfont;
&:focus {
border: 3px solid $yellow;
@@ -74,7 +74,7 @@ h2 {
}
.page {
font-family: 'Lato', Helvetica sans-serif;
font-family: $mainfont;
box-sizing: border-box;
height: 100%;
width: 100%;