🔧 Added checkbox default config

This commit is contained in:
tomit4 2026-03-08 21:55:21 -07:00
parent b8b97dbb13
commit 234efb264f

View file

@ -73,3 +73,18 @@ body {
background-size: cover;
}
*/
/* Checkbox alignment */
/*
.checkbox-container {
display: flex;
align-items: center;
gap: 8px;
}
input[type="checkbox"] {
vertical-align: bottom;
margin-bottom: 8px;
}
*/