Make font sizes more consistent

This commit is contained in:
2020-10-30 15:03:19 +01:00
parent 93e2a23ac7
commit c3b1bd2f4c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ main {
@include media-max(small) { @include media-max(small) {
padding: 2rem 1rem; padding: 2rem 1rem;
font-size: 1.4rem; font-size: 1.5rem;
} }
h2 { h2 {
+1 -1
View File
@@ -47,7 +47,7 @@ a {
section { section {
h2 { h2 {
font-size: 1.4rem; font-size: 1.5rem;
color: $primary-color; color: $primary-color;
} }
+1 -1
View File
@@ -10,7 +10,7 @@
.loading-spinner { .loading-spinner {
margin-top: 12rem; margin-top: 12rem;
text-align: center; text-align: center;
font-size: 1.4rem; font-size: 1.5rem;
color: $primary-color; color: $primary-color;
@include media-max(small) { @include media-max(small) {