Skip to content

Commit 550c5c9

Browse files
authored
Update custom.scss
1 parent 0260ebc commit 550c5c9

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

_sass/custom.scss

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ p.site-subtitle {
6767
.masthead img,
6868
.masthead .site-logo,
6969
.site-logo-link img {
70-
width: 85px; // base size
70+
width: 95px; // base size
7171
height: auto;
7272
vertical-align: middle;
7373
max-height: none;
@@ -292,6 +292,17 @@ p.site-subtitle {
292292
border-radius: 0 !important; // remove rounding if applied
293293
}
294294

295+
296+
// Masthead logo — responsive scaling
297+
.masthead img,
298+
.masthead .site-logo,
299+
.site-logo-link img {
300+
width: 95px; // base size
301+
height: auto;
302+
vertical-align: middle;
303+
max-height: none;
304+
}
305+
295306
// ============================
296307
// Main content images: remove unwanted dark background
297308
// ============================

0 commit comments

Comments
 (0)