From 27e8d8ad6f2cbf45998944543555f4c93206a1e8 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 27 Jul 2021 19:55:09 +0200 Subject: [PATCH] Remove padding around elements --- static/css/general.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/css/general.css b/static/css/general.css index e8acbfb..46bf5ff 100644 --- a/static/css/general.css +++ b/static/css/general.css @@ -25,7 +25,6 @@ code { display: inline-block; background-color: lightgray; color: green; - padding: 0 0.5em; } @media (prefers-color-scheme: dark) {