Skip to content

Commit e530269

Browse files
address pr feedback
1 parent a0a5a5b commit e530269

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

styles/Checkboxes.module.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
.container {
22
font-size: 25px;
3-
width: 100%;
43
}
54

65
.container label {
76
display: grid;
8-
align-items: baseline;
7+
align-items: center;
98
grid-template-columns: 25px 1fr;
109
grid-gap: 1ch;
1110
padding-bottom: 0.33333ch;

0 commit comments

Comments
 (0)