Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

fixed #1041 corrected footer height and margin #1045

Merged
merged 1 commit into from
Feb 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/css/layout/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ footer {
.bottom-footer {
background-color: $gray-darkest;
padding: 1px 20px 30px 20px;
margin-bottom: -20px;
}

.bottom-footer .menu-item .menu-link {
Expand Down Expand Up @@ -125,7 +126,7 @@ footer {
// removed fold-pusher from the rule to remove white space
.bottom-footer, .fold-pusher {
// .bottom-footer {
height: 200px;
height: auto;
}
.bottom-footer {
padding-top: 40px;
Expand Down