Correct footer padding so that it matches header padding

This commit is contained in:
squidfunk 2016-12-26 14:54:10 +01:00
parent f6d9a91995
commit e08802aed1

View File

@ -94,7 +94,7 @@
// Link title
&__title {
position: relative;
padding: 0 0.4rem;
padding: 0 2.0rem;
font-size: 1.8rem;
line-height: 4.8rem;
}
@ -105,7 +105,7 @@
right: 0;
left: 0;
margin-top: -2.0rem;
padding: 0 0.4rem;
padding: 0 2.0rem;
color: $md-color-white--light;
font-size: 1.5rem;
}