Skip to content

Commit c55ab8e

Browse files
committed
Make appcast h1 underline padded better
What's New page's CSS already has this padding but I forgot to add it to appcast styles.
1 parent 64b5621 commit c55ab8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appcast/_appcast_style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<style>
22
:root { supported-color-schemes: light dark; color-scheme: light dark; }
3-
h1 { border-bottom: 1px solid gray; }
3+
h1 { padding-bottom: .3em; border-bottom: 1px solid gray; }
44
</style>

0 commit comments

Comments
 (0)