mirror of
https://github.com/kforney/kforney.github.io.git
synced 2024-11-14 11:00:09 -07:00
Fix repsonsive font resizing for mobile.
This commit is contained in:
parent
5659d2fd63
commit
98bef77680
1 changed files with 2 additions and 2 deletions
|
@ -273,13 +273,13 @@ iframe[src*=itch]
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 700px) {
|
@media screen and (min-width: 700px) {
|
||||||
#social {
|
.section-title {
|
||||||
font-size: 64px;
|
font-size: 64px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 699px) {
|
@media screen and (max-width: 699px) {
|
||||||
#social {
|
.section-title {
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue