Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/scss/content/_reset.scss

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Remove @media screen, Resize h2, Keep icon size Created May 31, 2017, 9:53 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld