diff --git a/source/stylesheets/screen.css.scss b/source/stylesheets/screen.css.scss index 5f87ed2..32d2834 100644 --- a/source/stylesheets/screen.css.scss +++ b/source/stylesheets/screen.css.scss @@ -588,11 +588,9 @@ html, body { %right-col { width: auto; float: none; + } - margin-bottom: $main-padding; - - &+blockquote, &+pre { - margin-top: -$main-padding; - } + %right-col + %left-col { + margin-top: $main-padding; } }