From fac6fdef7c398118353feda348bfc73556260b2f Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 9 Apr 2019 11:21:59 -0400 Subject: [PATCH] fix padding --- site/src/routes/docs/index.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/routes/docs/index.svelte b/site/src/routes/docs/index.svelte index 9993b94a87..d1c09faaba 100644 --- a/site/src/routes/docs/index.svelte +++ b/site/src/routes/docs/index.svelte @@ -262,6 +262,7 @@ margin: 6.4rem 0 1.6rem 0; background: transparent; line-height: 1; + padding: 0; } .content :global(code) {