make latency font smaller on smaller devices

This commit is contained in:
slice 2018-07-13 19:37:03 -07:00
parent a3eeef15eb
commit f447994133
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@
color: hsl(0, 0%, 45%);
}
@media (max-width: 500px) {
.service .latency {
font-size: 1rem;
}
}
.service .emoji {
font-size: 2em;
margin-right: 0.5em;