Skip to content

Commit c7433ce

Browse files
committed
improve checkbox margins
1 parent 3806774 commit c7433ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/activist-checklists.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<style>
22
input[type="checkbox"] {
33
transform: scale(1.2); /* Increase size (1.5x normal) */
4-
margin-right: 8px; /* Optional: space between checkbox and text */
4+
margin-right: 9px;
5+
margin-left: 9px; /* Optional: space between checkbox and text */
56
vertical-align: middle; /* Keeps checkbox aligned with text */
67
}
78

0 commit comments

Comments
 (0)