xuos-web/docs/.vuepress/styles/index.styl

38 lines
687 B
Stylus
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* Custom Styles here.
*
* refhttps://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;