Skip to content

Commit 5e29492

Browse files
committed
make lines of burger slightly thicker to be kind to lower resolution screens
1 parent 8f88f28 commit 5e29492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/header.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ body {
130130

131131
.navbar-burger span {
132132
background-color: var(--navbar-font-color);
133-
height: 1.5px;
133+
height: 2px;
134134
width: 1rem;
135135
}
136136

@@ -143,7 +143,7 @@ body {
143143
}
144144

145145
.navbar-burger.is-active span + span {
146-
margin-top: -1.5px;
146+
margin-top: -2px;
147147
}
148148

149149
.navbar-burger.is-active span:nth-child(1) {

0 commit comments

Comments
 (0)