diff --git a/web/index.html b/web/index.html index 962674dd..5efcf00b 100644 --- a/web/index.html +++ b/web/index.html @@ -66,7 +66,7 @@

Where to buy

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

+

Why is Phenom Mod Store linked on the list above?

+
+

As a SummerCart64 creator, I don't have ability to invest into mass production of this flashcart. + Open GPLv3 license, under which this project is released, gives right to anyone to manufacture and + sell the SummerCart64. As it is now, Phenom Mod Store is the only place where you can easily + purchase the SummerCart64 completely assembled with good quality PCB, shell and components. + That does not mean I operate the store nor I'm compensated to link it on the list + above. In the future this list could expand or shrink, depending on a current market + situation. +

+

Want to mass produce SummerCart64? Before that please contact me via email address available on my GitHub profile. Not required but let's have a + talk before committing to it.

+
+

Support the project

diff --git a/web/styles.css b/web/styles.css index 38cebcb1..14b1985e 100644 --- a/web/styles.css +++ b/web/styles.css @@ -211,6 +211,10 @@ main>h1 { margin: 0; } +main>h3 { + margin-bottom: 0; +} + main p { margin: var(--main-paragraph-margin) 0; }