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

Unified Diff: static/scss/layout/_navbar.scss

Issue 29582640: Noissue - Add support for large-desktop-width to help center (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 18, 2017, 1:55 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 | « static/scss/layout/_body.scss ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/layout/_navbar.scss
===================================================================
--- a/static/scss/layout/_navbar.scss
+++ b/static/scss/layout/_navbar.scss
@@ -24,17 +24,17 @@
.navbar a
{
color: $white;
}
.navbar-wrapper
{
- width: $navbar-width;
+ width: $large-desktop-width;
max-width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: $md;
padding-left: $md;
}
// Navbar Collapse
« no previous file with comments | « static/scss/layout/_body.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld