diff options
Diffstat (limited to 'dst/styles')
-rw-r--r-- | dst/styles/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dst/styles/style.css b/dst/styles/style.css index 557c0ca..762c7c2 100644 --- a/dst/styles/style.css +++ b/dst/styles/style.css @@ -8,7 +8,7 @@ body { font: 1.0em/1.5 'Open Sans', sans-serif; -webkit-text-size-adjust: 100%; scrollbar-color: #454a4d #202324; - margin-top: 0; + margin: 0em 1em; } @@ -70,6 +70,7 @@ blockquote { } .footer { margin-top: 2em; + margin-bottom: 4em; } .note { margin: 0; @@ -88,4 +89,4 @@ blockquote { border-color: #fda; padding: 0.5em 1em; text-decoration: none; -} */
\ No newline at end of file +} */ |