From 31bb1d63a239b3db9c00164e747e9b0a8a10c0e9 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Fri, 7 Feb 2025 18:36:22 -0500 Subject: [PATCH] fix code padding (#1773) --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index 01499884..0a8cf8b9 100644 --- a/css/style.css +++ b/css/style.css @@ -353,6 +353,10 @@ pre { background-color: var(--code-bg); } +pre code { + padding: 0; +} + /* top button */ .scroll #top {