Преглед изворни кода

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;
 	@extend %responsive-width-wide;
 }
 }
 
 
+#masthead {
+	padding-bottom: 0;
+}
+
 /**
 /**
  * Mobile-Menu
  * Mobile-Menu
  */
  */

+ 4 - 0
hever/style-rtl.css

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

+ 4 - 0
hever/style.css

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