style(markdown): limit font size for h2 (three dashes)

This commit is contained in:
plebeius.eth
2024-02-10 11:01:48 +01:00
parent 911e4cf0d8
commit 3b3fdd0c52

View File

@@ -23,3 +23,7 @@
.markdown li {
white-space: normal;
}
.markdown h2 {
font-size: larger;
}