Commit 963ad6b5 authored by Randall Leeds's avatar Randall Leeds

Use rems for main content padding

This lets the top bar set a font size for its inner content while
still matching the padding to the rest of the page.
parent a44f334e
...@@ -24,10 +24,10 @@ ol { ...@@ -24,10 +24,10 @@ ol {
} }
#wrapper { #wrapper {
padding: .72em; padding: .72rem;
@include respond-to(tablets desktops) { @include respond-to(tablets desktops) {
padding-bottom: 4em; padding-bottom: 4rem;
} }
} }
...@@ -35,7 +35,7 @@ ol { ...@@ -35,7 +35,7 @@ ol {
border-top: none; border-top: none;
@include respond-to(tablets desktops) { @include respond-to(tablets desktops) {
padding: 2em 4em 4em; padding: 2rem 4rem 4rem;
} }
} }
...@@ -46,8 +46,8 @@ ol { ...@@ -46,8 +46,8 @@ ol {
@include respond-to(tablets desktops) { @include respond-to(tablets desktops) {
margin: auto; margin: auto;
max-width: $break-tablet; max-width: $break-tablet;
padding-left: 4em; padding-left: 4rem;
padding-right: 4em; padding-right: 4rem;
} }
& > header { & > header {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment