Skip to content

Commit d317ca0

Browse files
committed
increase checkbox size
1 parent c7433ce commit d317ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/activist-checklists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<style>
22
input[type="checkbox"] {
3-
transform: scale(1.2); /* Increase size (1.5x normal) */
3+
transform: scale(1.25); /* Increase size (1.5x normal) */
44
margin-right: 9px;
55
margin-left: 9px; /* Optional: space between checkbox and text */
66
vertical-align: middle; /* Keeps checkbox aligned with text */

0 commit comments

Comments
 (0)