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

Unified Diff: scss/_base.scss

Issue 29573881: Noissue - Added large desktop width to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Patch Set: Created Oct. 11, 2017, 6:49 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 | scss/_variables.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scss/_base.scss
===================================================================
--- a/scss/_base.scss
+++ b/scss/_base.scss
@@ -59,8 +59,16 @@
@media(min-width: $desktop-breakpoint)
{
.container
{
width: $desktop-width;
}
}
+
+@media(min-width: $large-desktop-breakpoint)
+{
+ .container
+ {
+ width: $large-desktop-width;
+ }
+}
« no previous file with comments | « no previous file | scss/_variables.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld