瀏覽代碼

Merge pull request #725 from Aurorum/fix/724

Lodestar: Fix Cropped Gallery Block Size on Home Page
Caroline Moore 4 年之前
父節點
當前提交
391d197a41
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 }
 
-.lodestar-intro .entry-content *:last-child {
+.lodestar-intro .entry-content > *:last-child {
 	margin-bottom: 0;
 }