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

Unified Diff: static/scss/components/_groups.scss

Issue 29457564: Issue 4917 - Shrink space around accent section headings and content when section contains cards on… (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Apply smaller padding to .group-container selector alone Created June 12, 2017, 8:46 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
« no previous file with comments | « static/css/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/components/_groups.scss
===================================================================
--- a/static/scss/components/_groups.scss
+++ b/static/scss/components/_groups.scss
@@ -16,23 +16,23 @@
// display like a table (even grid)
.group-container
{
width: 100%;
max-width: $max-width;
margin: 0 auto;
- padding: $xl 0;
+ padding: $md 0;
}
.group-container > %headings,
.group-container > p
{
- margin: $xl auto;
+ margin: $md auto;
padding: 0 $sm;
}
.group
{
display: table;
width: 100%;
table-layout: fixed;
« no previous file with comments | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld