From 0266dfef10e04b0c83397b18c326bfd3f828c92f Mon Sep 17 00:00:00 2001 From: JErnestK Date: Fri, 16 May 2025 04:37:11 +0200 Subject: [PATCH] REQUIREMENT: Numbered passages should have increased spacing for improved readability (closes #287) --- frontend/src/styles/Passage.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/styles/Passage.css b/frontend/src/styles/Passage.css index 0b5d4844..92682f42 100644 --- a/frontend/src/styles/Passage.css +++ b/frontend/src/styles/Passage.css @@ -1,3 +1,7 @@ mark { padding: 0 !important; } + +.main.col { + padding-bottom: 1.5em; +}