diff options
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/website/body.less | 1 | ||||
-rwxr-xr-x | theme/stylesheets/website/markdown.less | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/theme/stylesheets/website/body.less b/theme/stylesheets/website/body.less index e65ead4..7eecd90 100755 --- a/theme/stylesheets/website/body.less +++ b/theme/stylesheets/website/body.less @@ -31,6 +31,7 @@ .page-inner { max-width: 800px; margin: 0px auto; + padding: 20px 0px 40px 0px; section { margin: 0px 0px; diff --git a/theme/stylesheets/website/markdown.less b/theme/stylesheets/website/markdown.less index 2900cfb..85e22c4 100755 --- a/theme/stylesheets/website/markdown.less +++ b/theme/stylesheets/website/markdown.less @@ -7,6 +7,13 @@ line-height: @content-line-height; word-wrap: break-word; + & > *:first-child { + margin-top: 0 !important; + } + & > *:last-child { + margin-bottom: 0 !important; + } + a { background: transparent; } |