diff options
Diffstat (limited to 'assets/stylesheets')
| -rw-r--r-- | assets/stylesheets/layout.hcss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/assets/stylesheets/layout.hcss b/assets/stylesheets/layout.hcss index 5605ce5..b9b6ef1 100644 --- a/assets/stylesheets/layout.hcss +++ b/assets/stylesheets/layout.hcss @@ -7,8 +7,24 @@ body { header h1 { display: none; } +h2 { + margin-top: 1.2em; + margin-bottom: 0.4em; +} + +p { + margin-top: 0.8em; + margin-bottom: 0.8em; +} + +.content { + width: 640px; + margin-left: 11%; +} + .code-block { padding: 12px 16px; + overflow: auto; border: solid 2px #8c6e6e; border-radius: 6px; @@ -18,3 +34,7 @@ header h1 { display: none; } color: #c9ccb4; text-shadow: 1px 3px 5px #230f0f; } + +.margin-bottom-1\.8 { + margin-bottom: 1.8em; +} |
