restrict link around home to icon
authorDan Allen <dan@opendevise.com>
Wed, 23 Dec 2020 10:30:39 +0000 (03:30 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 23 Dec 2020 10:30:39 +0000 (03:30 -0700)
src/css/toolbar.css

index ac84818..fe3cc5b 100644 (file)
 
 .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,