diff options
author | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-04-19 23:41:33 +0800 |
commit | 5d3b07801456d16dcc2c75dcccd48d508a6b60cc (patch) | |
tree | 2df1a154bf58d93f2475df02afbd15f1a8ba2963 /doc/docs/.vuepress/theme/styles/wrapper.styl | |
parent | ea82666506b57d6e905b7f2e5fe78498fe5a7abd (diff) | |
download | yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.gz yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.tar.bz2 yuescript-5d3b07801456d16dcc2c75dcccd48d508a6b60cc.zip |
first commit for Yuescript document site.
Diffstat (limited to 'doc/docs/.vuepress/theme/styles/wrapper.styl')
-rw-r--r-- | doc/docs/.vuepress/theme/styles/wrapper.styl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/docs/.vuepress/theme/styles/wrapper.styl b/doc/docs/.vuepress/theme/styles/wrapper.styl new file mode 100644 index 0000000..a99262c --- /dev/null +++ b/doc/docs/.vuepress/theme/styles/wrapper.styl | |||
@@ -0,0 +1,9 @@ | |||
1 | $wrapper | ||
2 | max-width $contentWidth | ||
3 | margin 0 auto | ||
4 | padding 2rem 2.5rem | ||
5 | @media (max-width: $MQNarrow) | ||
6 | padding 2rem | ||
7 | @media (max-width: $MQMobileNarrow) | ||
8 | padding 1.5rem | ||
9 | |||