docs: Move styles to index (#657)

This commit is contained in:
Jason Etcovitch 2019-11-21 17:45:35 -05:00 committed by Matan Kushner
parent 50839f168d
commit 57f6ea4fc1
2 changed files with 17 additions and 18 deletions

View 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

View File

@ -2,21 +2,3 @@ $accentColor = #DD0B78
$textColor = #2c3e50
$borderColor = #eaecef
$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