diff options
-rw-r--r-- | data/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css index f136564..97a6fee 100644 --- a/data/style.css +++ b/data/style.css @@ -76,10 +76,14 @@ h3 + p { display: inline; } -.entry-content > p + h3 { +.entry-content > h3 { margin-left: 1em; } +.entry-content > h3:first-child { + margin-left: 0; +} + address { text-align: right; margin: 3em 0; |