From 32315295edff071ee9bfeba5aba39c8177a0147a Mon Sep 17 00:00:00 2001 From: santisoler Date: Sun, 25 Jul 2021 22:52:05 -0300 Subject: Incrementa el margen de los pre --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 9a3f695..b03ec33 100644 --- a/css/style.css +++ b/css/style.css @@ -75,8 +75,8 @@ li { pre { padding-left: 20px; padding-bottom: 5px; - margin-top: 0px; - margin-bottom: 5px; + margin-top: 2.5rem; + margin-bottom: 2.5rem; overflow: auto; line-height: 1.5em; } -- cgit v1.2.3