From 016716faf2462ced216aeda1d79815f24d6008fc Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 14 Jul 2021 17:26:26 +0300 Subject: feat: improve code blocks style --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index b481351..66480df 100644 --- a/style.css +++ b/style.css @@ -68,7 +68,7 @@ pre { margin: 1em 0; overflow: auto; border: 1px solid rgba(255, 255, 255, 0.12); - padding: 8px 4px; + padding: 16px 8px; } pre code { overflow: visible; -- cgit v1.2.3