UNPKG
vuepress-theme-delicate
Version:
latest (1.0.0)
1.0.0
a delicate theme for vuepress.
vuepress-theme-delicate
/
styles
/
common.css
14 lines
(11 loc)
•
124 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
body
{
min-height
:
100vh
;
/* overflow: auto; */
}
#app
{
height
:
100%
; }
/* common css */
.h100
{
height
:
100%
; }