Index: static/scss/content/_reset.scss |
=================================================================== |
--- a/static/scss/content/_reset.scss |
+++ b/static/scss/content/_reset.scss |
@@ -81,25 +81,23 @@ |
// Remove image borders in IE<10 |
a, img |
{ |
border:none; |
outline:none; |
} |
-h2 + .row, |
-h1 + .row, |
-h2 + hr + .row, |
-h1 + hr + .row |
-{ |
- margin-top: -$sm; |
-} |
.section |
{ |
margin: $xl 0; |
+ |
+ @media (max-width: $tablet-breakpoint) |
+ { |
+ margin: $md 0; |
+ } |
} |
.section .section |
{ |
margin: $lg 0; |
} |