UNPKG
hexo-theme-maxmilu
Version:
latest (4.1.4)
4.1.303
4.1.4
A fork hexo theme base hexo-theme-nexmoe.
docs.nexmoe.com
MaxMilu/hexo-theme-maxmilu
hexo-theme-maxmilu
/
source
/
css
/
_layout
/
xiaoshu
/
content.styl
13 lines
(12 loc)
•
230 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
.nexmoe-container
{
max-width
:
800px
;
margin
: auto;
padding
:
0
20px
; }
#nexmoe-content
{
width
:
100%
;
padding
:
var
(--gutter);
margin
:
0
;
background
:
#fff
;
box-shadow
:
0
0
1rem
var
(--color-shadow) }