Commit b9de68f3 authored by Randall Leeds's avatar Randall Leeds

Merge pull request #1447 from hypothesis/fiddly-bits

Improve padding on #home page
parents 11daa1ef 9683eb3c
......@@ -44,6 +44,14 @@ ol {
}
}
#home {
border-top: none;
@include respond-to(tablets desktops) {
padding: 2em 4em 4em;
}
}
.content {
margin-left: auto;
margin-right: auto;
......
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