38 lines
687 B
Stylus
Executable File
38 lines
687 B
Stylus
Executable File
/**
|
||
* Custom Styles here.
|
||
*
|
||
* ref:https://v1.vuepress.vuejs.org/config/#index-styl
|
||
*/
|
||
|
||
.home .hero img
|
||
max-width 450px!important
|
||
|
||
|
||
#app .home
|
||
.feats
|
||
margin-top: 100px;
|
||
text-align: center;
|
||
h2
|
||
font-size: 2rem;
|
||
text-align: center;
|
||
border-color: #3eaf7c;
|
||
display: inline-block;
|
||
margin-bottom: 80px;
|
||
h3
|
||
font-size: 1.4rem;
|
||
.item
|
||
font-size: 0;
|
||
.col
|
||
text-align: left;
|
||
flex-grow: 1;
|
||
flex-basis: 50%;
|
||
max-width: 50%;
|
||
width: 50%;
|
||
display: inline-block;
|
||
font-size: 14px;
|
||
vertical-align: middle;
|
||
p
|
||
font-size: 1.0rem;
|
||
color: #666;
|
||
line-height: 2;
|