diff options
| author | cubemaze <[email protected]> | 2023-05-12 12:25:48 +0800 |
|---|---|---|
| committer | cubemaze <[email protected]> | 2023-05-12 12:25:48 +0800 |
| commit | de8b0edca0ad729f287c251a1b9aa5cba788a290 (patch) | |
| tree | 1916433a8f1a5033b479a5fb6e16400c120f47d4 /src/components | |
| parent | 0f05c950be1ede4c68ab25a847f5228f95b104d3 (diff) | |
chore: adjust proxy-latency font size
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/proxies/ProxyLatency.module.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/components/proxies/ProxyLatency.module.scss b/src/components/proxies/ProxyLatency.module.scss index 415728a..e2e4437 100644 --- a/src/components/proxies/ProxyLatency.module.scss +++ b/src/components/proxies/ProxyLatency.module.scss @@ -3,8 +3,5 @@ .proxyLatency { border-radius: 20px; color: #eee; - font-size: 1em; - @media (--breakpoint-not-small) { - font-size: 0.85em; - } + font-size: 0.8em; } |
