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; }