diff --git a/site/src/routes/tutorial/[slug]/index.svelte b/site/src/routes/tutorial/[slug]/index.svelte index bcb9a9b24a..bc7ed6bfe5 100644 --- a/site/src/routes/tutorial/[slug]/index.svelte +++ b/site/src/routes/tutorial/[slug]/index.svelte @@ -243,11 +243,10 @@ } .improve-chapter a { - padding: 0 .1em; font-size: 14px; text-decoration: none; opacity: .3; - padding-left: 1.2em; + padding: 0 .1em 0 1.2em; background: no-repeat 0 50% url(/icons/edit.svg); background-size: 1em 1em; }