Swapping better

This commit is contained in:
Kasper Rynning-Tønnesen
2020-01-31 13:20:42 +01:00
parent a4c4e845fa
commit 2e17b4cca3
6 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ h2 {
width: 100vw;
text-align: center;
font-size: 3rem;
font-family: knowit;
font-family: knowit, Arial;
}
form {

View File

@@ -32,7 +32,7 @@ h2 {
width: 100vw;
text-align: center;
font-size: 3rem;
font-family: knowit;
font-family: knowit, Arial;
}
form {

View File

@@ -242,7 +242,7 @@ export default {
h1 {
width: 100vw;
text-align: center;
font-family: knowit;
font-family: knowit, Arial;
}
div {
font-size: 2rem;

View File

@@ -46,7 +46,7 @@ export default {
}
h1 {
font-family: Knowit;
font-family: knowit, Arial;
margin-bottom: 25px;
}