Make the checkbox inputs right-aligned

This commit is contained in:
Oliver-Akins 2025-07-25 22:36:27 -06:00
parent 312202191d
commit 392923a497

View file

@ -37,4 +37,10 @@
p {
margin: 0;
}
input[type="checkbox"] {
align-self: center;
justify-self: right;
margin: 0;
}
}