From 7dd523acb49e49f7f44c4c41d4ce3e33240fbe21 Mon Sep 17 00:00:00 2001 From: Spencer Dixon Date: Wed, 11 Dec 2024 15:58:22 +0000 Subject: [PATCH] Adds width to image blocks to prevent collapse with flexbox --- app/webpacker/styles/blocks.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/webpacker/styles/blocks.scss b/app/webpacker/styles/blocks.scss index f888f8f71c..1673a44c41 100644 --- a/app/webpacker/styles/blocks.scss +++ b/app/webpacker/styles/blocks.scss @@ -72,6 +72,8 @@ $space-between-sections: 3.7em; } .image-blocks { + width: 100%; + .image-block { img { width: 100%;