Forráskód Böngészése

fix(style): bg-image selector hierarchy

Fixes #1951
George Cushen 4 éve
szülő
commit
4dd8f996a4
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;