mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-17 02:25:17 +00:00
docs: Move styles to index (#657)
This commit is contained in:
parent
50839f168d
commit
57f6ea4fc1
17
docs/.vuepress/styles/index.styl
Normal file
17
docs/.vuepress/styles/index.styl
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
.home .hero img
|
||||||
|
max-width: 500px !important
|
||||||
|
min-width: 300px
|
||||||
|
width: 100%
|
||||||
|
|
||||||
|
.center
|
||||||
|
margin 0 auto;
|
||||||
|
width: 80%
|
||||||
|
.demo-video
|
||||||
|
width: 100%
|
||||||
|
margin: 50px 0
|
||||||
|
|
||||||
|
#main-title
|
||||||
|
display: none
|
||||||
|
|
||||||
|
.hero
|
||||||
|
margin: 150px 25px 70px
|
@ -2,21 +2,3 @@ $accentColor = #DD0B78
|
|||||||
$textColor = #2c3e50
|
$textColor = #2c3e50
|
||||||
$borderColor = #eaecef
|
$borderColor = #eaecef
|
||||||
$codeBgColor = #282c34
|
$codeBgColor = #282c34
|
||||||
|
|
||||||
.home .hero img
|
|
||||||
max-width: 500px
|
|
||||||
min-width: 300px
|
|
||||||
width: 100%
|
|
||||||
|
|
||||||
.center
|
|
||||||
margin 0 auto;
|
|
||||||
width: 80%
|
|
||||||
.demo-video
|
|
||||||
width: 100%
|
|
||||||
margin: 50px 0
|
|
||||||
|
|
||||||
#main-title
|
|
||||||
display: none
|
|
||||||
|
|
||||||
.hero
|
|
||||||
margin: 150px 25px 70px
|
|
||||||
|
Loading…
Reference in New Issue
Block a user