Sfoglia il codice sorgente

Hever: Site Logo: Increase padding bottom

Thomas Guillot 6 anni fa
parent
commit
2f62f5c8cc
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      hever/sass/_extra-child-theme.scss
  2. 1 1
      hever/style-rtl.css
  3. 1 1
      hever/style.css

+ 1 - 1
hever/sass/_extra-child-theme.scss

@@ -49,7 +49,7 @@ a {
 }
 
 .site-logo:not(:last-child) {
-	padding-bottom: (0.5 * map-deep-get($config-global, "spacing", "unit"));
+	padding-bottom: #{map-deep-get($config-global, "spacing", "unit")};
 }
 
 /**

+ 1 - 1
hever/style-rtl.css

@@ -3279,7 +3279,7 @@ p:not(.site-title) a:hover {
 }
 
 .site-logo:not(:last-child) {
-	padding-bottom: 8px;
+	padding-bottom: 16px;
 }
 
 /**

+ 1 - 1
hever/style.css

@@ -3284,7 +3284,7 @@ p:not(.site-title) a:hover {
 }
 
 .site-logo:not(:last-child) {
-	padding-bottom: 8px;
+	padding-bottom: 16px;
 }
 
 /**