mirror of
https://github.com/bendtherules/is-nifty-open.git
synced 2026-08-18 13:52:20 +00:00
Make font responsive bigger for most mobile devices at 320px
This commit is contained in:
@@ -32,11 +32,17 @@
|
|||||||
|
|
||||||
@media screen and (min-width: 321px) and (max-width: 425px) {
|
@media screen and (min-width: 321px) and (max-width: 425px) {
|
||||||
.App {
|
.App {
|
||||||
font-size: 0.45em;
|
font-size: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 320px) {
|
@media screen and (min-width: 241px) and (max-width: 320px) {
|
||||||
|
.App {
|
||||||
|
font-size: 0.4em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 240px) {
|
||||||
.App {
|
.App {
|
||||||
font-size: 0.3em;
|
font-size: 0.3em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user