Skip to content

Commit 405d8a2

Browse files
committed
fix alignment of burger area and use rem unit for width of bars
1 parent 47cc100 commit 405d8a2

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
@@ -150,7 +150,7 @@ body {
150150
outline: none;
151151
line-height: 1;
152152
position: relative;
153-
width: 2.75rem;
153+
width: 3rem;
154154
margin-left: auto;
155155
padding: 0;
156156
}
@@ -163,7 +163,7 @@ body {
163163
margin-left: -7px;
164164
position: absolute;
165165
top: 50%;
166-
width: 15px;
166+
width: 1rem;
167167
}
168168

169169
.navbar-burger span:nth-child(1) {

0 commit comments

Comments
 (0)