Skip to content

Commit d78f31d

Browse files
authored
Merge pull request #212 from scientist-softserv/211-mobile-view-cutoff
211-mobile-view-cutoff
2 parents deaf307 + 5e0d3dd commit d78f31d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/ItemGroup/ItemGroup.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import './item-group.scss'
99
const ItemGroup = ({ buttonProps, items, isLoading, orientation, withButtonLink, withTitleLink }) => (
1010
<>
1111
<Title addClass='mb-2' size='large' title='Featured Services' />
12-
<Row xs={1} sm={2} className={`g-5 mb-5 ${orientation === 'vertical' && 'row-cols-md-3'}`} data-cy='item-group'>
12+
<Row xs={1} sm={2} className={`gy-5 mb-5 ${orientation === 'vertical' && 'row-cols-md-3'}`} data-cy='item-group'>
1313
{isLoading
1414
? (
1515
<>

0 commit comments

Comments
 (0)