Skip to content
This repository was archived by the owner on Jul 24, 2019. It is now read-only.

fix for issues 14 and 22: footer now sticks to bottom of content #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 1 addition & 3 deletions assets/sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@

@media(min-width: $screen-sm-min) {
.footer {
bottom: 0;
left: $left-panel-width-sm;
margin: 0;
position: fixed;
position: absolute;
right: 0;
width: auto;
}
Expand Down