summaryrefslogtreecommitdiff
path: root/src/components/Proxies.module.css
blob: a832ebe7a9a09db902ffa709cb0956f10263382c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.body {
  padding-bottom: 50px;
}

.group {
  padding: 10px 15px;
  @media (--breakpoint-not-small) {
    padding: 10px 40px;
  }
}

.fabgrp {
  position: fixed;
  z-index: 1;
  right: 20px;
  bottom: 20px;
}