docs: Move styles to index (#657)
This commit is contained in:
parent
50839f168d
commit
57f6ea4fc1
|
@ -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