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

Unified Diff: static/scss/_base.scss

Issue 29587655: Noissue - Added device widths & refactored website-default utilities (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 24, 2017, 2:07 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
« no previous file with comments | « no previous file | static/scss/_utilities.scss » ('j') | static/scss/_utilities.scss » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/_base.scss
===================================================================
--- a/static/scss/_base.scss
+++ b/static/scss/_base.scss
@@ -20,21 +20,8 @@
html
{
color: $primary;
background-color: $primary-light;
font-family: $primary-font;
line-height: 1.5;
}
-
-/**
- * Center content within a (responsive) fixed width
- */
-.container
-{
- width: $container-width;
- max-width: 100%;
- margin-right: auto;
- margin-left: auto;
- padding-right: $small-space;
- padding-left: $small-space;
-}
« no previous file with comments | « no previous file | static/scss/_utilities.scss » ('j') | static/scss/_utilities.scss » ('J')

Powered by Google App Engine
This is Rietveld