summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/css/screen.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/screen.css b/static/css/screen.css
index 90d6479..9130e89 100644
--- a/static/css/screen.css
+++ b/static/css/screen.css
@@ -38,14 +38,17 @@ ul {
h1, h2 {
font-size: 120%;
+ margin-top: 1em;
}
h3, h4, h5, h6 {
font-size: 100%;
+ margin-top: 1em;
}
h1 {
margin-bottom: 1em;
+ margin-top: 1em;
}
p {
@@ -220,4 +223,4 @@ ul.posts {
#related h2 {
margin-bottom: 1em;
- } \ No newline at end of file
+ }