mirror of
https://github.com/starship/starship.git
synced 2026-06-22 02:02:12 +07:00
Fix up hero styles to match existing site
This commit is contained in:
@@ -1,9 +1,29 @@
|
|||||||
@import "palette"
|
@import "palette"
|
||||||
|
|
||||||
.home .hero img
|
.VPHero .container
|
||||||
max-width: 500px !important
|
flex-direction: column
|
||||||
min-width: 300px
|
text-align: center !important
|
||||||
width: 100%
|
gap: 10px
|
||||||
|
|
||||||
|
.VPHero .image
|
||||||
|
order: 0
|
||||||
|
margin: 0
|
||||||
|
|
||||||
|
.VPHero .image-container
|
||||||
|
transform: none
|
||||||
|
height: auto
|
||||||
|
|
||||||
|
.VPHero .image img
|
||||||
|
max-height: 130px
|
||||||
|
max-width: none
|
||||||
|
position: static
|
||||||
|
transform: none
|
||||||
|
|
||||||
|
.VPHero .container .actions
|
||||||
|
justify-content: center !important
|
||||||
|
|
||||||
|
.VPHero .main
|
||||||
|
margin: 0 auto
|
||||||
|
|
||||||
.center
|
.center
|
||||||
margin 0 auto
|
margin 0 auto
|
||||||
|
|||||||
Reference in New Issue
Block a user