Ver código fonte

Remove top margin and padding from entry content by default.

Kjell Reigstad 4 anos atrás
pai
commit
cb5315e0f3
1 arquivos alterados com 5 adições e 0 exclusões
  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
  */