Skip to content

Commit efd41e7

Browse files
authored
Merge pull request #903 from nature-of-code/web/ignore-br
Ignore <br> in web build
2 parents ac803ff + 32221bb commit efd41e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/global.css

+5
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,9 @@
3535
h3 {
3636
@apply scroll-mt-28 clear-both;
3737
}
38+
39+
br,
40+
br:after {
41+
content: ' ';
42+
}
3843
}

0 commit comments

Comments
 (0)