Move documentation into footer, not behind login

https://www.pivotaltracker.com/story/show/115775183
This commit is contained in:
Chris Hill-Scott
2016-03-18 16:25:43 +00:00
parent c40b9872a5
commit 2c3c802d5c
6 changed files with 51 additions and 18 deletions

View File

@@ -88,3 +88,23 @@ td {
.heading-xlarge {
margin-bottom: 20px;
}
#footer {
.footer-categories {
@extend %site-width-container;
&-wrapper {
padding: 0 0 $gutter * 2;
margin: 0 0 $gutter;
border-bottom: 1px solid $border-colour;
}
h2 {
margin: 0 0 $gutter-two-thirds;
}
}
}