From 30f7a25e2edb7b0436ba7e2d8a22bd74fe2ef2ff Mon Sep 17 00:00:00 2001 From: Vincent Ip Date: Thu, 4 Jul 2019 13:35:09 +0200 Subject: [PATCH] removed bottom padding to center button text --- site/src/routes/tutorial/[slug]/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/routes/tutorial/[slug]/index.svelte b/site/src/routes/tutorial/[slug]/index.svelte index 1f166d70bf..20cc34ab6b 100644 --- a/site/src/routes/tutorial/[slug]/index.svelte +++ b/site/src/routes/tutorial/[slug]/index.svelte @@ -220,7 +220,7 @@ .show { background: rgba(0,0,0,.4); - padding: .2em .7em .3em; + padding: .3em .7em; border-radius: var(--border-r); top: .1em; position: relative;