diff --git a/sass/style.scss b/sass/style.scss index b14c5b7..2a926e4 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -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;