From ef80749ba4d408a700ac1db30ab96c7cdf158065 Mon Sep 17 00:00:00 2001 From: Ryan Freeman Date: Thu, 18 Nov 2021 20:59:23 +0000 Subject: [PATCH] Restored max width constraint on grid --- styles/Home.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/Home.module.scss b/styles/Home.module.scss index f313843..e2edf33 100644 --- a/styles/Home.module.scss +++ b/styles/Home.module.scss @@ -54,6 +54,7 @@ align-items: center; justify-content: center; flex-wrap: wrap; + max-width: 64rem; } .card {