소스 검색

Remove top margin and padding from entry content by default.

Kjell Reigstad 4 년 전
부모
커밋
cb5315e0f3
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      varia/inc/style-wpcom.css

+ 5 - 0
varia/inc/style-wpcom.css

@@ -16,6 +16,11 @@
 	display: none;
 }
 
+.home.page.hide-homepage-header .entry-content {
+	margin-top: 0;
+	padding-top: 0;
+}
+
  /**
  * Hide footer navigation on the homepage
  */