Skip to content

Commit f441318

Browse files
committed
docs: hide empty <p> elements
1 parent 6d844cf commit f441318

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ main.blog {
3030
transition: opacity 0.2s ease;
3131
}
3232

33+
p:empty {
34+
display: none;
35+
}
36+
3337
.sr-only {
3438
position: absolute;
3539
width: 1px;

0 commit comments

Comments
 (0)