소스 검색

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.
George Cushen 4 년 전
부모
커밋
ab5b005820
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      wowchemy/assets/scss/wowchemy/_widgets.scss

+ 0 - 1
wowchemy/assets/scss/wowchemy/_widgets.scss

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