Commit 9683eb3c authored by BigBlueHat's avatar BigBlueHat

Improve padding on #home page

Been bugging me for some time...
parent c6818603
...@@ -49,6 +49,14 @@ ol { ...@@ -49,6 +49,14 @@ ol {
} }
} }
#home {
border-top: none;
@include respond-to(tablets desktops) {
padding: 2em 4em 4em;
}
}
.content { .content {
margin: 0 auto; margin: 0 auto;
text-align: left; text-align: left;
......
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