UNPKG
pen
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.0
0.1.0
A better Markdown previewer
github.com/utatti/pen
utatti/pen
pen
/
src
/
frontend
/
style.css
17 lines
(15 loc)
•
271 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#app
{
max-width
:
790px
;
margin
:
30px
auto; }
/* checkbox */
input
[type=
'checkbox'
]
{
vertical-align
: middle;
margin
:
0
0.5em
0.25em
0
; }
li
:has
(>
input
[type=
'checkbox'
]
) {
list-style-type
:none; }
li
>
input
[type=
'checkbox'
]
{
margin
:
0
0.7em
0.25em
-
1.6em
; }