diff options
Diffstat (limited to 'assets/stylesheets/layout.hcss')
-rw-r--r-- | assets/stylesheets/layout.hcss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index b9b6ef1..ac9de6b 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -5,6 +5,8 @@ body { font: 19px "Georgia", serif; } +header { margin-left: -90px; } + header h1 { display: none; } h2 { @@ -19,6 +21,8 @@ p { .content { width: 640px; + margin-top: 1.8em; + margin-bottom: 2em; margin-left: 11%; } |