Skip to content

Commit

Permalink
adjusted product cards alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
abutuza committed Sep 13, 2024
1 parent 95c1ae7 commit e1d8563
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _src/blocks/products/products.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function renderFeaturedSavings(mv, text = 'Save', percent = '') {
'div',
{
class: 'featured',
style: 'visibility=hidden; min-height:2rem',
style: 'visibility=hidden',
},
`<span>${text}</span>`,
);
Expand Down Expand Up @@ -502,4 +502,5 @@ export default function decorate(block) {
matchHeights(block, 'p:nth-of-type(3)');
matchHeights(block, 'h4');
matchHeights(block, 'ul');
matchHeights(block, '.featured.nanoblock');
}

0 comments on commit e1d8563

Please sign in to comment.