Commit 3a91faa8 authored by Robert Lord's avatar Robert Lord

Fix bug with messed up margin on some code samples on phones

parent 062e35a3
...@@ -588,11 +588,9 @@ html, body { ...@@ -588,11 +588,9 @@ html, body {
%right-col { %right-col {
width: auto; width: auto;
float: none; float: none;
margin-bottom: $main-padding;
&+blockquote, &+pre {
margin-top: -$main-padding;
} }
%right-col + %left-col {
margin-top: $main-padding;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment