Skip to content

Commit b0fd19a

Browse files
committed
fix header logo on chrome/webkit browsers
1 parent 93483da commit b0fd19a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/stylesheets/extra.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ want the standard DUB fill color for big areas)
5454
padding: 0;
5555
}
5656

57-
.md-header__button.md-logo :is(img, svg) {
57+
.md-header__button.md-logo :is(img, svg),
58+
.md-header__button.md-logo :-webkit-any(img,svg) {
5859
height: 40px;
5960
width: initial;
6061
}

0 commit comments

Comments
 (0)