summaryrefslogtreecommitdiff
path: root/src/components/ProxyLatency.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-11-17 17:31:59 +0800
committerHaishan <[email protected]>2019-11-17 17:31:59 +0800
commitc28ff93b67a3da5cbff0d2ffeddfc16fd1dd3438 (patch)
tree0c3d6fd0964ffcb00078e4fda52ecd03e39b4dce /src/components/ProxyLatency.module.css
parent0df74757914123d55b2a627efc7bda62fc9fd458 (diff)
refactor: improve UI for small screens
Diffstat (limited to 'src/components/ProxyLatency.module.css')
-rw-r--r--src/components/ProxyLatency.module.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/ProxyLatency.module.css b/src/components/ProxyLatency.module.css
index bfd856b..1b971f1 100644
--- a/src/components/ProxyLatency.module.css
+++ b/src/components/ProxyLatency.module.css
@@ -2,4 +2,8 @@
border-radius: 20px;
padding: 3px 0;
color: #eee;
+ font-size: 0.6em;
+ @media (--breakpoint-not-small) {
+ font-size: 1em;
+ }
}