mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
parent
679a4fc4d4
commit
8a45ccd330
1 changed files with 10 additions and 4 deletions
|
@ -155,6 +155,10 @@ root(isDark)
|
|||
max-width 1300px
|
||||
margin 0 auto
|
||||
|
||||
> *
|
||||
position absolute
|
||||
height 48px
|
||||
|
||||
> .center
|
||||
margin auto
|
||||
|
||||
|
@ -169,11 +173,13 @@ root(isDark)
|
|||
opacity 0.3
|
||||
cursor pointer
|
||||
|
||||
> .left
|
||||
height 48px
|
||||
> .left,
|
||||
> .center
|
||||
left 0
|
||||
|
||||
> .right
|
||||
height 48px
|
||||
> .right,
|
||||
> .center
|
||||
right 0
|
||||
|
||||
> *
|
||||
display inline-block
|
||||
|
|
Loading…
Reference in a new issue