Fix bug
This commit is contained in:
parent
d0aed377b9
commit
ce9316491a
|
@ -208,11 +208,13 @@ main
|
||||||
font-size 14px
|
font-size 14px
|
||||||
|
|
||||||
> nav
|
> nav
|
||||||
|
position -webkit-sticky
|
||||||
position sticky
|
position sticky
|
||||||
top 48px
|
top 48px
|
||||||
box-shadow 0 4px 4px rgba(0, 0, 0, 0.3)
|
box-shadow 0 4px 4px rgba(0, 0, 0, 0.3)
|
||||||
background-color #313a42
|
background-color #313a42
|
||||||
z-index 1
|
z-index 1
|
||||||
|
|
||||||
> .nav-container
|
> .nav-container
|
||||||
display flex
|
display flex
|
||||||
justify-content center
|
justify-content center
|
||||||
|
|
Loading…
Reference in New Issue