From a6d8d924f137c2b6c66328ad0053de9c550d187f Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 1 Jul 2026 12:26:19 +0200 Subject: [PATCH] Fixed another CSS problems --- resources/css/layout/entry.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/layout/entry.css b/resources/css/layout/entry.css index 462cbdc..159a915 100644 --- a/resources/css/layout/entry.css +++ b/resources/css/layout/entry.css @@ -103,6 +103,14 @@ margin-bottom: 30px; word-break: break-word; + p { + margin: 0 0 14px; + + &:last-child { + margin-bottom: 0; + } + } + pre { max-width: 100%; overflow-x: auto; @@ -110,6 +118,7 @@ word-break: break-word; padding: 12px; border-radius: 6px; + margin: 0 0 14px; } code {