Skip to content

Commit 5e4d37c

Browse files
added sticky footer
1 parent 88a56a1 commit 5e4d37c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_sass/_base.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
/* ==========================================================================
22
BASE ELEMENTS
33
========================================================================== */
4+
html {
5+
/* sticky footer fix */
6+
position: relative;
7+
min-height: 100%;
8+
}
49

510
body {
611
margin: 0;
@@ -306,4 +311,4 @@ nav {
306311
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 {
307312
-webkit-transition: $global-transition;
308313
transition: $global-transition;
309-
}
314+
}

0 commit comments

Comments
 (0)