From e6f4d3ec9539d38ebb75440742b4145d379082b5 Mon Sep 17 00:00:00 2001 From: Konstantin Nosov Date: Wed, 26 May 2021 21:13:16 +0300 Subject: [PATCH] combine padding specifications (#6354) --- site/src/routes/tutorial/[slug]/index.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }