mirror of https://github.com/hykilpikonna/AquaDX
[S] Better mobile alignment
parent
4574bc0b2f
commit
501bf06ada
|
@ -467,6 +467,15 @@ $gap: 20px
|
||||||
.rank-text
|
.rank-text
|
||||||
text-align: left
|
text-align: left
|
||||||
|
|
||||||
|
// Score and rank should be space-between on mobile
|
||||||
|
> div:last-child
|
||||||
|
display: flex
|
||||||
|
justify-content: space-between
|
||||||
|
gap: 10px
|
||||||
|
|
||||||
|
.lv
|
||||||
|
margin-right: auto
|
||||||
|
|
||||||
.rank-S
|
.rank-S
|
||||||
// Gold green gradient on text
|
// Gold green gradient on text
|
||||||
background: $grad-special
|
background: $grad-special
|
||||||
|
|
Loading…
Reference in New Issue