From 0dfba8e6eecaab1fb4a84a40faadef8a2250d805 Mon Sep 17 00:00:00 2001 From: sthag Date: Fri, 13 Feb 2026 11:41:00 +0100 Subject: [PATCH] feat: Improve CSS declaration for gallery --- source/style/modules/ui/_gallery_module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/style/modules/ui/_gallery_module.scss b/source/style/modules/ui/_gallery_module.scss index 4f8a233..06803fb 100644 --- a/source/style/modules/ui/_gallery_module.scss +++ b/source/style/modules/ui/_gallery_module.scss @@ -1,6 +1,6 @@ @use "../../hippie-style/hippie"; -.gallery { +main.io section > .gallery { display: flex; flex-wrap: wrap; justify-content: left;