aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/.vuepress/theme/styles/wrapper.styl
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/.vuepress/theme/styles/wrapper.styl')
-rw-r--r--doc/docs/.vuepress/theme/styles/wrapper.styl9
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