Changed some fonts and fix missing email icon

This commit is contained in:
2024-04-03 22:57:15 +00:00
parent 9a5082be16
commit 477c178ca1
18 changed files with 153 additions and 49 deletions
+2 -2
View File
@@ -75,9 +75,9 @@
}
& > a {
display: inline-block;
font-size: map-get($base, font-size-h4);
font-size: map-get($base, font-size-h3);
@include media-breakpoint-down(md) {
font-size: map-get($base, font-size-h4-small);
font-size: map-get($base, font-size-h3-small);
}
}
}