Explorar el Código

Remove top margin and padding from entry content by default.

Kjell Reigstad hace 4 años
padre
commit
cb5315e0f3
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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
  */