1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-01 14:10:31 +02:00

add top margin to headings

This commit is contained in:
Danny van Kooten
2023-10-09 20:14:57 +02:00
parent 6bd61a7a04
commit 6e4913a91d

View File

@@ -8,7 +8,7 @@ body {
h1, h2, h3, h4, h5, h6 {
color:#222;
margin:0 0 24px;
margin:48px 0 24px;
}
p, ul, ol, table, pre, dl, figure {
@@ -21,6 +21,7 @@ h1, h2, h3, h4 {
h1 {
font-size:28px;
margin-top: 0;
}
.site-title a{