gctGenerator/site/.vuepress/styles/index.styl

18 lines
254 B
Stylus
Raw Normal View History

2020-06-27 23:33:20 +02:00
/**
* Custom Styles here.
*
* refhttps://v1.vuepress.vuejs.org/config/#index-styl
*/
2020-10-11 02:28:13 +02:00
body
min-height: 120vh;
2020-06-27 23:33:20 +02:00
div.theme-default-content:not(.custom)
max-width: 80%;
2020-06-28 04:51:06 +02:00
footer.page-edit
2020-06-28 18:20:46 +02:00
max-width: 80%;
aside.sidebar
2020-10-11 02:28:13 +02:00
z-index: 18;