We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3f39e1 commit c794176Copy full SHA for c794176
src/css/toolbar.css
@@ -41,9 +41,10 @@
41
42
.home-link {
43
display: block;
44
- background: url(../img/home-o.svg) no-repeat 50% 45% / 50% 50%;
45
- height: var(--toolbar-height);
46
- width: var(--toolbar-height);
+ background: url(../img/home-o.svg) no-repeat center;
+ height: calc(var(--toolbar-height) / 2);
+ width: calc(var(--toolbar-height) / 2);
47
+ margin: calc(var(--toolbar-height) / 4);
48
}
49
50
.home-link:hover,
0 commit comments