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