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
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@
.task-list-item-checkbox {
font-size: inherit;
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 {