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

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

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Jan. 22, 2018, 10:39 a.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
Index: static/src/scss/layout/_footer.scss
===================================================================
--- a/static/src/scss/layout/_footer.scss
+++ b/static/src/scss/layout/_footer.scss
@@ -15,17 +15,19 @@
// along with help.eyeo.com. If not, see <http://www.gnu.org/licenses/>.
/*******************************************************************************
* Site Footer
******************************************************************************/
#site-footer
{
- font-size: $small-font;
+ @extend .navbar;
+ padding-top: $navbar-padding;
+ padding-bottom: $navbar-padding;
}
#site-footer .column
{
@media (min-width: $phablet-breakpoint)
{
width: 50%;
}

Powered by Google App Engine
This is Rietveld