From a69133ba0fef9af8c4c86bc82f4b54ff1d6ac019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dante=20=C3=81lvarez?= <89805481+danalvrz@users.noreply.github.com> Date: Mon, 10 Jul 2023 21:41:53 -0600 Subject: [PATCH 1/2] teaser css fixes --- .../Blocks/Listing/GridTemplate.jsx | 4 ++-- src/theme/_layout.scss | 4 ++-- src/theme/blocks/_grid.scss | 10 +++++++- src/theme/blocks/_listing.scss | 11 +++++---- src/theme/blocks/_teaser.scss | 24 +++++++++---------- 5 files changed, 31 insertions(+), 22 deletions(-) diff --git a/src/components/Blocks/Listing/GridTemplate.jsx b/src/components/Blocks/Listing/GridTemplate.jsx index f95d4668..a70a09f1 100644 --- a/src/components/Blocks/Listing/GridTemplate.jsx +++ b/src/components/Blocks/Listing/GridTemplate.jsx @@ -40,10 +40,10 @@ const GridTemplate = ({ items, linkTitle, linkHref, isEditMode }) => { componentName="PreviewImage" item={item} alt="" - className="grid-item-image" + className="item-image" /> )} -