mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user