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

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

Issue 29593555: Noissue - Remove overriding padding on #site-footer .column (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Remove overriding padding on #site-footer .column Created Oct. 31, 2017, 2:11 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/layout/_footer.scss
===================================================================
--- a/static/scss/layout/_footer.scss
+++ b/static/scss/layout/_footer.scss
@@ -16,18 +16,16 @@
#site-footer
{
font-size: $small-font;
}
#site-footer .column
{
- padding: 0px;
-
@media (min-width: $phablet-breakpoint)
{
width: 50%;
}
}
#site-footer-locales
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld