Reduce indent between checkbox and label

Signed-off-by: Dmitriy Ivanko <tmwsls12@gmail.com>
This commit is contained in:
Dmitriy Ivanko
2021-10-04 22:23:36 +03:00
parent 0fcbe2cb47
commit da109ca720

View File

@@ -72,7 +72,7 @@ img {
} }
input[type=checkbox] { input[type=checkbox] {
margin: 0px 10px 0px 0px; margin: 0px 3px 0px 0px;
line-height: 10px; line-height: 10px;
font-size: 10px; font-size: 10px;
display: inline-block; display: inline-block;