summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-02-18 00:08:31 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-02-18 00:08:31 +0000
commit1ac7f369525331f404c74573850a60b4314a5916 (patch)
treef95062433aaaba78a9fc1201b9020c56a3c8636d /web
parent4cd558bdadaf6ba3b51d21b5bc62322a821ac5e0 (diff)
downloadNim-1ac7f369525331f404c74573850a60b4314a5916.tar.gz
Fix line-height for h1 in website.
Diffstat (limited to 'web')
-rw-r--r--web/assets/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/assets/style.css b/web/assets/style.css
index 715214a1a..5cee279fc 100644
--- a/web/assets/style.css
+++ b/web/assets/style.css
@@ -65,7 +65,7 @@ html, body {
     
     #page { position:relative; float:left; padding:20px 30px 50px 50px; width:620px; color:#343739; }
       
-      #page h1 { margin-top:40px; }
+      #page h1 { margin-top:40px; line-height: 28px; }
       #page h2 { margin-top:40px; }
       
       #page p { text-align:justify; }