diff --git a/src/components/game/ExpertMemo.css b/src/components/game/ExpertMemo.css index 00cf6c1..d882117 100644 --- a/src/components/game/ExpertMemo.css +++ b/src/components/game/ExpertMemo.css @@ -60,4 +60,13 @@ .memo-body { white-space: pre-wrap; line-height: 1.5; -} \ No newline at end of file +} + +/* Add spacing between paragraphs */ +.memo-body p { + margin-bottom: 1.5rem; +} + +.memo-body p:last-child { + margin-bottom: 0; +} \ No newline at end of file