From e6ec7b9d8080883641035900ff308dfef14016d4 Mon Sep 17 00:00:00 2001 From: realbrodiwhite <149413096+realbrodiwhite@users.noreply.github.com> Date: Thu, 21 Mar 2024 22:41:36 -0500 Subject: [PATCH] Update GameList.scss --- src/features/game-list/GameList.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/game-list/GameList.scss b/src/features/game-list/GameList.scss index 2ff782a3c..1729275af 100644 --- a/src/features/game-list/GameList.scss +++ b/src/features/game-list/GameList.scss @@ -14,7 +14,7 @@ display: flex; flex-direction: column; align-items: center; - margin: 0 30px; + margin: 35px; padding: 20px; border-radius: 10px; background-color: $component-background-color;