Skip to content

Commit

Permalink
restrict link around home to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 23, 2020
1 parent 7aabf63 commit 1aa2d82
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/css/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@

.home-link {
display: block;
background: url(../img/home-o.svg) no-repeat 50% 45% / 50% 50%;
height: var(--toolbar-height);
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);
margin: calc(var(--toolbar-height) / 4);
}

.home-link:hover,
Expand Down

0 comments on commit 1aa2d82

Please sign in to comment.