Skip to content

Commit

Permalink
fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan committed Oct 29, 2024
1 parent 0ac1f8a commit e6b75c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/chat/src/components/Marketplace/TabRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const ResultsView = ({
</span>
</div>
)}
<span className="my-5 text-xl">
<span className="mb-4 mt-8 text-xl">
{t('Suggested results from DIAL Marketplace')}
</span>
<CardsList
Expand Down Expand Up @@ -402,7 +402,7 @@ export const TabRenderer = ({ screenState }: TabRendererProps) => {

return (
<>
<header className="mb-6" data-qa="marketplace-header">
<header className="mb-5 md:mb-4 xl:mb-6" data-qa="marketplace-header">
<MarketplaceBanner />
<SearchHeader
items={displayedEntities.length}
Expand Down

0 comments on commit e6b75c8

Please sign in to comment.