1 parent 0260ebc commit 550c5c9Copy full SHA for 550c5c9
1 file changed
_sass/custom.scss
@@ -67,7 +67,7 @@ p.site-subtitle {
67
.masthead img,
68
.masthead .site-logo,
69
.site-logo-link img {
70
- width: 85px; // base size
+ width: 95px; // base size
71
height: auto;
72
vertical-align: middle;
73
max-height: none;
@@ -292,6 +292,17 @@ p.site-subtitle {
292
border-radius: 0 !important; // remove rounding if applied
293
}
294
295
+
296
+// Masthead logo — responsive scaling
297
+.masthead img,
298
+.masthead .site-logo,
299
+.site-logo-link img {
300
301
+ height: auto;
302
+ vertical-align: middle;
303
+ max-height: none;
304
+}
305
306
// ============================
307
// Main content images: remove unwanted dark background
308
0 commit comments