Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 8440a0b

Browse files
fix - Fix navigation hamburger margin
1 parent 7115acb commit 8440a0b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/components/nav.styl

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,15 @@
3232
vertical-align middle
3333

3434
#sidebar
35-
background var(--background-color)
36-
height 100%
37-
left 0
38-
position fixed
39-
transform translateX(-250px)
40-
transition transform 250ms ease-in-out
41-
width 250px
42-
z-index 1
35+
margin-top 60px
36+
background var(--background-color)
37+
height 100%
38+
left 0
39+
position fixed
40+
transform translateX(-250px)
41+
transition transform 250ms ease-in-out
42+
width 250px
43+
z-index 1
4344

4445
.nav
4546
border-top 1px solid var(--border-color)

0 commit comments

Comments
 (0)