Minor changes
This commit is contained in:
parent
6401a7e42e
commit
755081d1ed
@ -30,7 +30,7 @@ component Shop(items []*arn.ShopItem, itemPopularity map[string]int, user *arn.U
|
|||||||
|
|
||||||
li.pro-benefit.mountable
|
li.pro-benefit.mountable
|
||||||
Icon("check")
|
Icon("check")
|
||||||
span Show a star near your avatar
|
span Show a star next to your avatar
|
||||||
|
|
||||||
li.pro-benefit.mountable
|
li.pro-benefit.mountable
|
||||||
Icon("check")
|
Icon("check")
|
||||||
|
@ -63,6 +63,7 @@ const item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
|||||||
|
|
||||||
#pro-benefits-footer
|
#pro-benefits-footer
|
||||||
margin-top 3rem
|
margin-top 3rem
|
||||||
|
margin-bottom 1rem
|
||||||
|
|
||||||
.pro-benefits-button
|
.pro-benefits-button
|
||||||
vertical
|
vertical
|
||||||
@ -78,9 +79,8 @@ const item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
|||||||
|
|
||||||
#pro-benefits
|
#pro-benefits
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
margin-top 2rem
|
|
||||||
width 100%
|
width 100%
|
||||||
max-width 400px
|
max-width 450px
|
||||||
|
|
||||||
.pro-benefits-header
|
.pro-benefits-header
|
||||||
text-align center
|
text-align center
|
||||||
@ -88,6 +88,8 @@ const item-color-anime-support-ticket = hsl(217, 64%, 50%)
|
|||||||
|
|
||||||
.pro-benefit
|
.pro-benefit
|
||||||
list-style-type none
|
list-style-type none
|
||||||
|
font-size 1.2rem
|
||||||
|
line-height 1.6em
|
||||||
|
|
||||||
.icon
|
.icon
|
||||||
color like-color
|
color like-color
|
Loading…
Reference in New Issue
Block a user