summaryrefslogtreecommitdiff
path: root/src/components/ProxyLatency.module.css
blob: 1b971f1801872749fc1793ea9c371fb1bb34d10b (plain)
1
2
3
4
5
6
7
8
9
.proxyLatency {
  border-radius: 20px;
  padding: 3px 0;
  color: #eee;
  font-size: 0.6em;
  @media (--breakpoint-not-small) {
    font-size: 1em;
  }
}