From 080cf484f474abbb42be88417699b86c29ea8d5e Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Sun, 18 Aug 2024 18:59:45 +0100 Subject: [PATCH] fix(changelog): Sizing issue --- src/features/misc/sections/Changelog.jsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/features/misc/sections/Changelog.jsx b/src/features/misc/sections/Changelog.jsx index a04d35a9..d261f7b4 100644 --- a/src/features/misc/sections/Changelog.jsx +++ b/src/features/misc/sections/Changelog.jsx @@ -104,16 +104,17 @@ function Changelog() { } return ( -
-
-

{title}

-

Published on {date}

-
- {content} -
+
+
+
+

{title}

+

Published on {date}

+
+ + {content} + +
+
); }