Bläddra i källkod

Balasana: Add a max-height to the site logo

Thomas Guillot 5 år sedan
förälder
incheckning
1ea3270d4d
3 ändrade filer med 12 tillägg och 0 borttagningar
  1. 4 0
      balasana/sass/_extra-child-theme.scss
  2. 4 0
      balasana/style-rtl.css
  3. 4 0
      balasana/style.css

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

@@ -97,6 +97,10 @@ dt {
 		}
 	}
 
+	.site-logo img {
+		max-height: #{3 * $spacing_vertical};
+	}
+
 	.site-description {
 		display: none;
 

+ 4 - 0
balasana/style-rtl.css

@@ -3494,6 +3494,10 @@ dt {
 	margin-top: 0;
 }
 
+.site-branding .site-logo img {
+	max-height: 96px;
+}
+
 .site-branding .site-description {
 	display: none;
 }

+ 4 - 0
balasana/style.css

@@ -3523,6 +3523,10 @@ dt {
 	margin-top: 0;
 }
 
+.site-branding .site-logo img {
+	max-height: 96px;
+}
+
 .site-branding .site-description {
 	display: none;
 }