1
0
Fork 0

Fix font sizes

master
Emil Miler 2 years ago
parent 1cbbad05f0
commit 9b52e52a56

@ -20,7 +20,7 @@ body {
color: $col-white;
line-height: 1.5;
font-size: 16pt;
font-size: 16px;
font-family: "moderat", sans-serif;
}
@ -32,6 +32,7 @@ img {
h1, h2, h3, h4, h5, h6 {
text-align: center;
}
h1 { font-size: 2.178rem }
.text-bold {
font-weight: bold;
@ -99,7 +100,7 @@ section {
.question {
margin-bottom: 1em;
font-size: 1.5048rem;
font-size: 1.138rem;
}
}
}
@ -108,6 +109,7 @@ footer {
$logo-radius: 4.5em;
position: relative;
text-align: center;
font-size: 1.138rem;
padding: $logo-radius+1 2em 2em 2em;
margin-top: $logo-radius+6;

Loading…
Cancel
Save