We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddafe66 commit e39e450Copy full SHA for e39e450
docs/stylesheets/extra.css
@@ -58,8 +58,13 @@ want the standard DUB fill color for big areas)
58
padding: 0;
59
}
60
61
-.md-header__button.md-logo :is(img, svg),
62
-.md-header__button.md-logo :-webkit-any(img,svg) {
+.md-header__button.md-logo :is(img, svg) {
+ height: 40px;
63
+ width: initial;
64
+}
65
+
66
+/* if this is in the same block as above (comma separated), this won't work in firefox for some reason, so we just duplicate the block */
67
+.md-header__button.md-logo :-webkit-any(img, svg) {
68
height: 40px;
69
width: initial;
70
0 commit comments