Skip to content

Commit

Permalink
added sticky footer
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingzhaomath authored May 20, 2018
1 parent 88a56a1 commit 5e4d37c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion _sass/_base.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/* ==========================================================================
BASE ELEMENTS
========================================================================== */
html {
/* sticky footer fix */
position: relative;
min-height: 100%;
}

body {
margin: 0;
Expand Down Expand Up @@ -306,4 +311,4 @@ nav {
b, i, strong, em, blockquote, p, q, span, figure, img, h1, h2, header, input, a, tr, td, form button, input[type="submit"], .btn, .highlight, .archive__item-teaser {
-webkit-transition: $global-transition;
transition: $global-transition;
}
}

0 comments on commit 5e4d37c

Please sign in to comment.