From d81592ec970d207d4e37beb6c275ad6b77979e39 Mon Sep 17 00:00:00 2001 From: Haishan Date: Fri, 20 Dec 2019 17:45:05 +0800 Subject: feat: support proxy provider --- src/components/ProxyGroup.module.css | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'src/components/ProxyGroup.module.css') 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; -- cgit v1.3.1