Skip to content

Commit 334707e

Browse files
committed
fix(slide): adjust checkbox size
- to override rules in css/github-extract.css with `!important` already Signed-off-by: liuderchi <liuderchi@gmail.com>
1 parent 12ab900 commit 334707e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/css/slide.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
.task-list-item-checkbox {
8282
font-size: inherit;
8383
height: 1em;
84-
margin: 0.2em 0 0.2em -0.65em !important;
84+
transform: scale(2);
85+
margin: 0.15em 0 0.15em -0.84em !important;
8586
}
8687

8788
pre code .wrapper {

0 commit comments

Comments
 (0)