Skip to content

Commit 0be16f4

Browse files
committed
fix: fix alert spacing
1 parent e370a42 commit 0be16f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,9 @@ nav.menu {
174174
/* Alert */
175175
.alert.alert {
176176
@apply flex shadow-none px-4 py-3 border bg-transparent border-l-4 border-alert;
177+
p {
178+
@apply first:mt-0 last:mb-0;
179+
}
177180
}
178181

179182
.alert.alert--secondary::before {

0 commit comments

Comments
 (0)