diff options
Diffstat (limited to 'doc/docs/.vuepress/styles/index.styl')
-rwxr-xr-x | doc/docs/.vuepress/styles/index.styl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/docs/.vuepress/styles/index.styl b/doc/docs/.vuepress/styles/index.styl new file mode 100755 index 0000000..69327fd --- /dev/null +++ b/doc/docs/.vuepress/styles/index.styl | |||
@@ -0,0 +1,9 @@ | |||
1 | /** | ||
2 | * Custom Styles here. | ||
3 | * | ||
4 | * ref:https://v1.vuepress.vuejs.org/config/#index-styl | ||
5 | */ | ||
6 | |||
7 | .home .hero img | ||
8 | max-width 450px!important | ||
9 | |||