Parcourir la source

Merge pull request #725 from Aurorum/fix/724

Lodestar: Fix Cropped Gallery Block Size on Home Page
Caroline Moore il y a 4 ans
Parent
commit
391d197a41
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      lodestar/style.css

+ 1 - 1
lodestar/style.css

@@ -1222,7 +1222,7 @@ body:not(.logged-in) .lodestar-panel .jetpack-testimonial .entry-header {
 	text-align: center;
 	text-align: center;
 }
 }
 
 
-.lodestar-intro .entry-content *:last-child {
+.lodestar-intro .entry-content > *:last-child {
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }