From 2eb0a72f1b91f28ce35987ad694e520c33fd6f18 Mon Sep 17 00:00:00 2001 From: Jesus Sanz Date: Tue, 29 Oct 2024 18:33:54 +0100 Subject: [PATCH] Closes #491 Add flex-direction: column to thumb-pages module CSS --- src/pods/thumb-pages/thumb-pages.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pods/thumb-pages/thumb-pages.module.css b/src/pods/thumb-pages/thumb-pages.module.css index 47bc9871..ee6a955e 100644 --- a/src/pods/thumb-pages/thumb-pages.module.css +++ b/src/pods/thumb-pages/thumb-pages.module.css @@ -5,4 +5,5 @@ align-items: center; justify-content: center; flex-wrap: wrap; + flex-direction: column; }