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

Unified Diff: static/scss/components/_columns.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: Handle responsive styling Created June 22, 2017, 3:27 p.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/components/_columns.scss
===================================================================
--- a/static/scss/components/_columns.scss
+++ b/static/scss/components/_columns.scss
@@ -37,16 +37,21 @@
.row::after
{
display: table;
clear: both;
content: "";
}
+.row p:first-child
juliandoucette 2017/06/26 10:31:22 Where/Why does this apply? (Perhaps we should comm
ire 2017/06/27 08:36:31 Actually found a way to refactor this to work with
+{
+ margin-top: 0;
+}
+
%columns
{
width: 100%;
}
.row %columns
{
position: relative;

Powered by Google App Engine
This is Rietveld