From 91fd34e8a2c09152027c33735aaed551200e45fb Mon Sep 17 00:00:00 2001 From: mntn <85877297+mntn-xyz@users.noreply.github.com> Date: Mon, 9 Aug 2021 10:09:48 -0400 Subject: [PATCH] Change pre padding to 1.5rem all around --- static/css/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/typography.css b/static/css/typography.css index b9a241e..119c961 100644 --- a/static/css/typography.css +++ b/static/css/typography.css @@ -131,7 +131,7 @@ kbd { } pre { - padding: 1.5rem 0.75rem; + padding: 1.5rem; margin: 0 0 1.5rem 0; }