Ver código fonte

Hever: Remove padding bottom from the header

Thomas Guillot 6 anos atrás
pai
commit
4dcc0b9876
3 arquivos alterados com 12 adições e 0 exclusões
  1. 4 0
      hever/sass/_extra-child-theme.scss
  2. 4 0
      hever/style-rtl.css
  3. 4 0
      hever/style.css

+ 4 - 0
hever/sass/_extra-child-theme.scss

@@ -31,6 +31,10 @@ a {
 	@extend %responsive-width-wide;
 }
 
+#masthead {
+	padding-bottom: 0;
+}
+
 /**
  * Mobile-Menu
  */

+ 4 - 0
hever/style-rtl.css

@@ -3224,6 +3224,10 @@ p:not(.site-title) a:hover {
 	position: relative;
 }
 
+#masthead {
+	padding-bottom: 0;
+}
+
 /**
  * Mobile-Menu
  */

+ 4 - 0
hever/style.css

@@ -3229,6 +3229,10 @@ p:not(.site-title) a:hover {
 	position: relative;
 }
 
+#masthead {
+	padding-bottom: 0;
+}
+
 /**
  * Mobile-Menu
  */