Explorar o código

fix(style): typo

Fixes 05f70db
George Cushen %!s(int64=4) %!d(string=hai) anos
pai
achega
d9db95e245
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
   }