浏览代码

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;
   }