]> WPIA git - gigi.git/blobdiff - static/static/css/main.css
upd: get enough space between radio/checkbox and following text
[gigi.git] / static / static / css / main.css
index ae8bdc6410a6e0c31d9a242c5ddab0e89bd3cb32..f49bf0b662126a3a39295c459d9ca870a2e65b09 100644 (file)
@@ -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;
+}