diff options
Diffstat (limited to 'src/components/ProxyGroup.module.css')
| -rw-r--r-- | src/components/ProxyGroup.module.css | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/components/ProxyGroup.module.css b/src/components/ProxyGroup.module.css index a7cce49..08c4b42 100644 --- a/src/components/ProxyGroup.module.css +++ b/src/components/ProxyGroup.module.css @@ -2,6 +2,11 @@ > 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; @@ -18,8 +23,11 @@ .proxy { max-width: 280px; - min-width: 150px; - margin: 10px; + margin: 2px; + @media (--breakpoint-not-small) { + min-width: 150px; + margin: 10px; + } transition: transform 0.2s ease-in-out; &.proxySelectable { |
