fix(slide): adjust checkbox size

- to override rules in css/github-extract.css with `!important` already

Signed-off-by: liuderchi <liuderchi@gmail.com>
This commit is contained in:
liuderchi 2018-05-31 22:09:15 +08:00
parent 12ab90020a
commit 334707e932
No known key found for this signature in database
GPG key ID: 6BC38BECBA54B9E1

View file

@ -81,7 +81,8 @@
.task-list-item-checkbox { .task-list-item-checkbox {
font-size: inherit; font-size: inherit;
height: 1em; height: 1em;
margin: 0.2em 0 0.2em -0.65em !important; transform: scale(2);
margin: 0.15em 0 0.15em -0.84em !important;
} }
pre code .wrapper { pre code .wrapper {