diff options
| author | Haishan <[email protected]> | 2019-12-20 17:45:05 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-12-20 17:45:05 +0800 |
| commit | d81592ec970d207d4e37beb6c275ad6b77979e39 (patch) | |
| tree | 33aac796297864d95307f21d6a9aa790e3c33c09 /src/components/ProxyGroup.module.css | |
| parent | 040c5de04a75415490f9c478d931b7707bfa2486 (diff) | |
feat: support proxy provider
Diffstat (limited to 'src/components/ProxyGroup.module.css')
| -rw-r--r-- | src/components/ProxyGroup.module.css | 25 |
1 files changed, 6 insertions, 19 deletions
diff --git a/src/components/ProxyGroup.module.css b/src/components/ProxyGroup.module.css index 08c4b42..748aa67 100644 --- a/src/components/ProxyGroup.module.css +++ b/src/components/ProxyGroup.module.css @@ -1,32 +1,19 @@ .header { - > h2 { - margin-top: 0; - - font-size: 1.3em; - @media (--breakpoint-not-small) { - font-size: 1.5em; - } - - span:nth-child(2) { - font-size: 12px; - color: #777; - font-weight: normal; - margin: 0 0.3em; - } - } + margin-bottom: 12px; } .list { display: flex; flex-wrap: wrap; + margin-top: 8px; } .proxy { - max-width: 280px; - margin: 2px; + margin-right: 5px; + margin-bottom: 5px; @media (--breakpoint-not-small) { - min-width: 150px; - margin: 10px; + margin-right: 10px; + margin-bottom: 10px; } transition: transform 0.2s ease-in-out; |
