Skip to content

Commit

Permalink
put the brands placeholders in the center
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedmhmoud100 committed Aug 21, 2023
1 parent 004bff3 commit 7083473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Brand/BrandFeatured.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const BrandFeature = ({title,btntitle}) => {

</Row>
</>
) : <Row>
) : <Row className={'justify-content-center'}>
<SubTiltle title={title} />
<BrandCardPlaceholder />
<BrandCardPlaceholder />
Expand Down

0 comments on commit 7083473

Please sign in to comment.