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

Unified Diff: static/scss/layout/_body.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/components/_contact.scss ('k') | static/scss/layout/_navbar.scss » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/scss/layout/_body.scss
===================================================================
--- a/static/scss/layout/_body.scss
+++ b/static/scss/layout/_body.scss
@@ -26,21 +26,16 @@
padding-bottom: $xl;
@media (min-width: $phablet-breakpoint)
{
padding-top: $xl;
}
}
-.tablet-width
-{
- width: $tablet-width;
-}
-
.section
{
margin-bottom: $lg;
@media (min-width: $phablet-breakpoint)
{
margin-bottom: $xl;
}
« no previous file with comments | « static/scss/components/_contact.scss ('k') | static/scss/layout/_navbar.scss » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld