diff options
| author | Dym Sohin <re@dym.sh> | 2020-06-28 16:35:28 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-28 10:35:28 -0400 |
| commit | 929e10abcf9a866c1b5b6d1361d4abcb6002528b (patch) | |
| tree | 14211622f84f287765cd746a8e2b53cb5db09c01 /css | |
| parent | 895a0df74bf23fadf0cb4ee041e1463f9055eded (diff) | |
| download | xesite-929e10abcf9a866c1b5b6d1361d4abcb6002528b.tar.xz xesite-929e10abcf9a866c1b5b6d1361d4abcb6002528b.zip | |
fixed columns on signalboost (#171)
Diffstat (limited to 'css')
| -rw-r--r-- | css/hack.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/hack.css b/css/hack.css index 4afd307..5222899 100644 --- a/css/hack.css +++ b/css/hack.css @@ -791,8 +791,8 @@ select.form-control { } .signalboost > .cell { - margin-right: 1rem; - margin-bottom: 2rem; + padding-right: 1rem; + padding-bottom: 2rem; } .signalboost > .cell > p { margin-top: 0.5rem; |
