소스 검색

fix(style): typo

Fixes 05f70db
George Cushen 4 년 전
부모
커밋
d9db95e245
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      wowchemy/assets/scss/wowchemy/_widgets.scss

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

@@ -81,7 +81,7 @@
   background-attachment: fixed;
 }
 // Workaround issue with mobile browser support for fixed parallax background.
-@media (min-width: 768px) {
+@include media-breakpoint-down(md) {
   .parallax {
     background-attachment: scroll;
   }