From 8e66211d0ac040157ebb4bf02bda0499ed4e5893 Mon Sep 17 00:00:00 2001 From: blackxfiied <41133734+blackxfiied@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:36:12 +0800 Subject: [PATCH] fix: paragraph margins too far apart on download page --- src/pages/download.astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/download.astro b/src/pages/download.astro index a1fc03c..25dd782 100644 --- a/src/pages/download.astro +++ b/src/pages/download.astro @@ -8,7 +8,6 @@ import { features } from "./index.astro";

Thanks for downloading Mythic!

You're just a few seconds away from greatness... (3)

If your download hasn't started, please click here.

-

Please note that for newer versions of macOS, you may need to toggle the 'Allow apps from' setting in System Settings > Privacy & Security > Security to 'Anywhere'.

For any concerns, please consult the FAQ or join the Discord.

@@ -109,6 +108,12 @@ import { features } from "./index.astro"; animation: move-bg 40s infinite ease-in-out; margin-bottom: 0; } + + p { + margin: 0; + padding: 0; + margin-bottom: 10px; + }