feat: push footer to window bottom for short pages

Remove 100% height for .parallax as conflicts with new page grid CSS and Leaflet map interactions.
This commit is contained in:
George Cushen 2020-10-28 22:41:28 +00:00
commit ab5b005820

View file

@ -75,7 +75,6 @@
/* Create a parallax-like scrolling effect. */
.parallax {
height: 100%;
background-attachment: fixed;
}