Fix repsonsive font resizing for mobile.

This commit is contained in:
Kaj Forney 2023-02-14 18:13:06 -07:00
parent 5659d2fd63
commit 98bef77680
Signed by: kforney
GPG key ID: 3AB4E2E04CEF656F

View file

@ -273,13 +273,13 @@ iframe[src*=itch]
}
@media screen and (min-width: 700px) {
#social {
.section-title {
font-size: 64px;
}
}
@media screen and (max-width: 699px) {
#social {
.section-title {
font-size: 45px;
}
}