projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aabf63
)
restrict link around home to icon
author
Dan Allen
<dan@opendevise.com>
Wed, 23 Dec 2020 10:30:39 +0000
(
03:30
-0700)
committer
Dan Allen
<dan@opendevise.com>
Wed, 23 Dec 2020 10:30:39 +0000
(
03:30
-0700)
src/css/toolbar.css
patch
|
blob
|
history
diff --git
a/src/css/toolbar.css
b/src/css/toolbar.css
index
ac84818
..
fe3cc5b
100644
(file)
--- a/
src/css/toolbar.css
+++ b/
src/css/toolbar.css
@@
-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,