Skip to content

Commit 2ce3a58

Browse files
authoredMay 26, 2021
combine padding specifications (sveltejs#6354)
1 parent 7c4a08e commit 2ce3a58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎site/src/routes/tutorial/[slug]/index.svelte

+1-2
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,10 @@
243243
}
244244
245245
.improve-chapter a {
246-
padding: 0 .1em;
247246
font-size: 14px;
248247
text-decoration: none;
249248
opacity: .3;
250-
padding-left: 1.2em;
249+
padding: 0 .1em 0 1.2em;
251250
background: no-repeat 0 50% url(/icons/edit.svg);
252251
background-size: 1em 1em;
253252
}

0 commit comments

Comments
 (0)
Please sign in to comment.