Skip to content
Snippets Groups Projects
Commit e08802ae authored by squidfunk's avatar squidfunk
Browse files

Correct footer padding so that it matches header padding

parent f6d9a919
Branches
Tags
No related merge requests found
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
// Link title // Link title
&__title { &__title {
position: relative; position: relative;
padding: 0 0.4rem; padding: 0 2.0rem;
font-size: 1.8rem; font-size: 1.8rem;
line-height: 4.8rem; line-height: 4.8rem;
} }
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
right: 0; right: 0;
left: 0; left: 0;
margin-top: -2.0rem; margin-top: -2.0rem;
padding: 0 0.4rem; padding: 0 2.0rem;
color: $md-color-white--light; color: $md-color-white--light;
font-size: 1.5rem; font-size: 1.5rem;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment