projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e86fad
)
fix alignment of burger area and use rem unit for width of bars
author
Dan Allen
<dan@opendevise.com>
Sat, 26 Dec 2020 10:15:36 +0000
(
03:15
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sat, 26 Dec 2020 10:16:16 +0000
(
03:16
-0700)
src/css/header.css
patch
|
blob
|
history
diff --git
a/src/css/header.css
b/src/css/header.css
index
d93f797
..
186bfe7
100644
(file)
--- a/
src/css/header.css
+++ b/
src/css/header.css
@@
-65,7
+65,7
@@
body {
outline: none;
line-height: 1;
position: relative;
- width:
2.75
rem;
+ width:
3
rem;
margin-left: auto;
padding: 0;
}
@@
-78,7
+78,7
@@
body {
margin-left: -7px;
position: absolute;
top: 50%;
- width: 1
5px
;
+ width: 1
rem
;
}
.navbar-burger span:nth-child(1) {