diff --git a/website/app/page.js b/website/app/page.js index ece0192f3..2cba480b7 100644 --- a/website/app/page.js +++ b/website/app/page.js @@ -43,6 +43,17 @@ export default function Home() {

Follow us on Twitter for updates.

+ +

+ Discord -> +

+

Join the discussion on Discord

+
diff --git a/website/app/page.module.css b/website/app/page.module.css index 85b095199..0b7806059 100644 --- a/website/app/page.module.css +++ b/website/app/page.module.css @@ -199,7 +199,7 @@ /* Tablet and Smaller Desktop */ @media (min-width: 701px) and (max-width: 1120px) { .grid { - grid-template-columns: repeat(2, 50%); + grid-template-columns: repeat(3, 1fr); } } @@ -231,6 +231,6 @@ /* Tablet and up */ @media (min-width: 701px) { .grid { - grid-template-columns: repeat(2, 1fr); + grid-template-columns: repeat(3, 1fr); } } \ No newline at end of file