mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Fix bug
This commit is contained in:
parent
5ea78e3440
commit
e27cb22ad0
1 changed files with 2 additions and 0 deletions
|
@ -208,11 +208,13 @@ main
|
|||
font-size 14px
|
||||
|
||||
> nav
|
||||
position -webkit-sticky
|
||||
position sticky
|
||||
top 48px
|
||||
box-shadow 0 4px 4px rgba(0, 0, 0, 0.3)
|
||||
background-color #313a42
|
||||
z-index 1
|
||||
|
||||
> .nav-container
|
||||
display flex
|
||||
justify-content center
|
||||
|
|
Loading…
Reference in a new issue