From 3a91faa8e6d743117595638ea90c9a10a44ecc12 Mon Sep 17 00:00:00 2001 From: Robert Lord Date: Sat, 14 Jun 2014 19:19:43 -0700 Subject: [PATCH] Fix bug with messed up margin on some code samples on phones --- source/stylesheets/screen.css.scss | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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; } }