From 8e64a09f01df7e164316706b4d026e8ef7549f3e Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Mon, 25 Apr 2022 13:15:00 -0700 Subject: [PATCH] reduce padding on inline code --- sass/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/main.scss b/sass/main.scss index 782c668..a94878f 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -178,7 +178,7 @@ footer { :not(pre) > code { // add background with rounded corners background: $lowerbg1; - padding: 0.2rem; + padding: 0.05rem; border-radius: 0.3rem; // wrap words instead of causing scrolling