Skip to content

Commit f119e00

Browse files
committed
Update forms.css
1 parent 9fc1840 commit f119e00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

resources/css/forms.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
@layer components {
22
.form-row {
3-
@apply grid grid-cols-1 gap-5 sm:gap-7 sm:grid-cols-3;
3+
@apply grid grid-cols-1 gap-5 sm:gap-7 sm:grid-cols-4;
44
}
55

66
.form-col {
77
@apply col-span-full;
88
}
99

10+
.form-col-2 {
11+
@apply col-span-2;
12+
}
13+
1014
label {
1115
&[for] {
1216
@apply cursor-pointer;

0 commit comments

Comments
 (0)