summaryrefslogtreecommitdiff
path: root/src/components/ProxyGroup.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ProxyGroup.module.css')
-rw-r--r--src/components/ProxyGroup.module.css25
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;