From: Marcus Mängel Date: Sun, 8 Sep 2019 14:03:28 +0000 (+0200) Subject: Merge "upd: get enough space between radio/checkbox and following text" X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=010f5d1a8bb003834222e6d854194a6c6e5e5cb7;hp=2cdd7f85e92eed8a7997524fcfba673a3709d232 Merge "upd: get enough space between radio/checkbox and following text" --- diff --git a/static/static/css/main.css b/static/static/css/main.css index ae8bdc64..f49bf0b6 100644 --- a/static/static/css/main.css +++ b/static/static/css/main.css @@ -32,4 +32,9 @@ div.error-msgs p{ } .card { margin-bottom: 10px; -} \ No newline at end of file +} + +input[type=radio], + input[type=checkbox]{ + margin: .4rem; +}