@@ -97,6 +97,10 @@ dt {
}
+ .site-logo img {
+ max-height: #{3 * $spacing_vertical};
+ }
+
.site-description {
display: none;
@@ -3494,6 +3494,10 @@ dt {
margin-top: 0;
+.site-branding .site-logo img {
+ max-height: 96px;
+}
.site-branding .site-description {
@@ -3523,6 +3523,10 @@ dt {