Skip to content

Commit 8ffdcb0

Browse files
committed
15 Fix Typo in Width Property Resulting in Check Mark Not Fully Displaying
1 parent de49bf4 commit 8ffdcb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kickstart/css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ input[type="checkbox"]:checked:after {
310310
left: .25rem;
311311
top: .3125rem;
312312
transform: rotate(-46deg);
313-
width: .625 rem;
313+
width: .625rem;
314314
display: block;
315315
position: absolute;
316316
}

0 commit comments

Comments
 (0)