From 28d777188c33bfe2d7a7c36fa1f497344eb54ff1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 20 Mar 2024 12:55:43 +0100 Subject: đŸ’„ sheet: add a margin to dd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index beee2298f..6800c7e7e 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -46,8 +46,8 @@ hr.clearfix{ border: 0 solid transparent; } -dd > pre{ - padding: 0 1em; +dd { + padding: 0 1rem; } .form-control.form-row{ -- cgit v1.2.3