diff --git a/src/routes/game/[id]/+page.svelte b/src/routes/game/[id]/+page.svelte
index 7f71922..86b442d 100644
--- a/src/routes/game/[id]/+page.svelte
+++ b/src/routes/game/[id]/+page.svelte
@@ -91,15 +91,13 @@
{#if firstParagraphEnd > 0}
-
-
- {@html game?.description?.substring(0, firstParagraphEnd)}
-
- {#if game?.description?.substring(firstParagraphEnd + 1) !== ''}
+
+ {@html game?.description?.substring(0, firstParagraphEnd)}
+
+ {#if game?.description?.substring(firstParagraphEnd + 1) !== ''}
+
{#if seeMore}
-
- {@html game?.description?.substring(firstParagraphEnd + 1)}
-
+ {@html game?.description?.substring(firstParagraphEnd + 1)}
{/if}
- {/if}
-
+
+ {/if}
{:else}