浏览代码

Varia: Reduce gap between header and content when homepage title is hidden

Takashi Irie 6 年之前
父节点
当前提交
7d1bdbd7c1
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      varia/inc/style-wpcom.css

+ 2 - 2
varia/inc/style-wpcom.css

@@ -9,7 +9,7 @@
 	display: none;
 }
 
-.home.page.hide-homepage-title .hentry:not(.has-post-thumbnail) .entry-content > .alignfull:first-child {
+.home.page.hide-homepage-title .site-main > article > .entry-content {
 	margin-top: 0;
 }
 
@@ -38,4 +38,4 @@
  */
 .hide-footer-credit .comma {
 	display: none;
-}
+}