From aea4d9c1f070bee96a741b6a1e8d702f95939bf6 Mon Sep 17 00:00:00 2001 From: Will Eastcott Date: Wed, 31 Jan 2024 12:10:50 +0000 Subject: [PATCH] start -> flex-start --- src/pages/tutorials.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/tutorials.module.scss b/src/pages/tutorials.module.scss index 5555561ee9..842212da65 100644 --- a/src/pages/tutorials.module.scss +++ b/src/pages/tutorials.module.scss @@ -24,7 +24,7 @@ justify-content: center; flex-direction: column; align-items: center; - justify-content: start; + justify-content: flex-start; width: 180px; height: 240px; overflow: hidden;