From be37025d4240a0234e37c216e1c637e8655a3d8d Mon Sep 17 00:00:00 2001 From: Mateusz Faderewski Date: Thu, 25 Jan 2024 08:33:33 +0100 Subject: [PATCH] [SC64][WEB] Added option to buy SC64 in Phenom Mod store --- web/index.html | 3 ++- web/styles.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/index.html b/web/index.html index bf473b3..ef4c7b5 100644 --- a/web/index.html +++ b/web/index.html @@ -64,6 +64,8 @@

There are several options available, listed from the easiest to hardest option:

-

More options are coming in the near future.

diff --git a/web/styles.css b/web/styles.css index e820023..ba7b185 100644 --- a/web/styles.css +++ b/web/styles.css @@ -225,6 +225,7 @@ main section>img.sc64-logo { div.pcb-images { display: flex; flex-wrap: wrap; + gap: var(--main-paragraph-margin); margin: var(--main-paragraph-margin) 0; }