Explorar el Código

fix(style): bg-image selector hierarchy

Fixes #1951
George Cushen hace 4 años
padre
commit
4dd8f996a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      wowchemy/assets/scss/wowchemy/_widgets.scss

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

@@ -70,7 +70,7 @@
 }
 
 /* Default background image properties for home sections. */
-.home-section-bg .bg-image {
+.home-section-bg.bg-image {
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;