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
|
max-width 1300px
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
|
|
||||||
|
> *
|
||||||
|
position absolute
|
||||||
|
height 48px
|
||||||
|
|
||||||
> .center
|
> .center
|
||||||
margin auto
|
margin auto
|
||||||
|
|
||||||
|
@ -169,11 +173,13 @@ root(isDark)
|
||||||
opacity 0.3
|
opacity 0.3
|
||||||
cursor pointer
|
cursor pointer
|
||||||
|
|
||||||
> .left
|
> .left,
|
||||||
height 48px
|
> .center
|
||||||
|
left 0
|
||||||
|
|
||||||
> .right
|
> .right,
|
||||||
height 48px
|
> .center
|
||||||
|
right 0
|
||||||
|
|
||||||
> *
|
> *
|
||||||
display inline-block
|
display inline-block
|
||||||
|
|
Loading…
Reference in a new issue