Skip to content

Commit 183b24a

Browse files
committed
Max tailwind
1 parent 081b7e8 commit 183b24a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/css/hubspot-form.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
}
4444

4545
.survey-form .hs-form {
46-
display: grid;
47-
grid-template-columns: 1fr;
46+
@apply grid;
47+
@apply grid-cols-1;
4848
grid-gap: 1em;
4949
}
5050

@@ -57,5 +57,5 @@
5757
.survey-form .hs_email,
5858
.survey-form .hs_jamstack_survey_promo,
5959
.survey-form .hs_address {
60-
grid-column: 1 / -1;
60+
@apply col-span-full;
6161
}

0 commit comments

Comments
 (0)