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

Unified Diff: static/scss/_base.scss

Issue 29581857: Noissue - Remove full-width from website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 17, 2017, 3:04 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 | no next file » | no next file with comments »
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
@@ -22,26 +22,16 @@
{
color: $primary;
background-color: $primary-light;
font-family: $primary-font;
line-height: 1.5;
}
/**
- * Stretch content full-width
- */
-.full-width
-{
- display: block;
- width: 100%;
- margin: $small-space 0px;
-}
-
-/**
* Center content within a (responsive) fixed width
*/
.container
{
width: $phone-width;
max-width: 100%;
margin: 0px auto;
padding: 0px $small-space;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld