Browse Source

Leven: Add bottom margin to site-logo when it is not the last element

Allan Cole 6 years ago
parent
commit
882b542143
3 changed files with 12 additions and 0 deletions
  1. 4 0
      leven/sass/_extra-child-theme.scss
  2. 4 0
      leven/style-rtl.css
  3. 4 0
      leven/style.css

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

@@ -44,6 +44,10 @@ a {
 	max-width: calc(100% - 100px - #{map-deep-get($config-global, "spacing", "unit")});
 }
 
+.site-logo:not(:last-child) {
+	margin-bottom: #{map-deep-get($config-global, "spacing", "unit")};
+}
+
 /**
  * CSS-grid Desktop Menu
  */

+ 4 - 0
leven/style-rtl.css

@@ -3221,6 +3221,10 @@ p:not(.site-title) a:hover {
 	max-width: calc(100% - 100px - 16px);
 }
 
+.site-logo:not(:last-child) {
+	margin-bottom: 16px;
+}
+
 /**
  * CSS-grid Desktop Menu
  */

+ 4 - 0
leven/style.css

@@ -3226,6 +3226,10 @@ p:not(.site-title) a:hover {
 	max-width: calc(100% - 100px - 16px);
 }
 
+.site-logo:not(:last-child) {
+	margin-bottom: 16px;
+}
+
 /**
  * CSS-grid Desktop Menu
  */