mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-30 19:29:01 +00:00
Font size changes
This commit is contained in:
@@ -8,6 +8,26 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 350px) {
|
||||||
|
.timezone {
|
||||||
|
font-size: 1.0em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.time {
|
||||||
|
font-size: 0.5em
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width:350px) and (max-width: 500px) {
|
||||||
|
.timezone {
|
||||||
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.time {
|
||||||
|
font-size: 1.0em
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.timezone {
|
.timezone {
|
||||||
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
|
|||||||
Reference in New Issue
Block a user