瀏覽代碼

Hever: Remove padding bottom from the header

Thomas Guillot 6 年之前
父節點
當前提交
4dcc0b9876
共有 3 個文件被更改,包括 12 次插入0 次删除
  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
  */