Skip to content

Commit

Permalink
Moves copyright footer in sidebar to the bottom.
Browse files Browse the repository at this point in the history
  • Loading branch information
hlapp committed Oct 30, 2016
1 parent 1ef2dba commit f09c6d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/site.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/* move sidebar footer to the bottom of the sidebar */
@media (min-width: 48em) {
.sidebar-footer {
position: absolute;
bottom: 5px;
padding: 1rem;
}
}

/* switch footer between sidebar and bottom of page depending on media size */
@media (max-width: 47.99em) {
.sidebar-footer .copyright,
Expand Down

0 comments on commit f09c6d7

Please sign in to comment.