Skip to content

Commit

Permalink
update layout mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
deadpine committed Nov 6, 2023
1 parent 1dc8fbb commit 93f12c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/BrandAssets/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function BrandAssets() {

return (
<div>
<div className='flex gap-4'>
<div className='flex max-[768px]:flex-col gap-4'>
<AssetCard
title="Flashbots Logo - Color"
cover="/img/brand-assets/flashbots_logo_color.jpg"
Expand All @@ -26,7 +26,7 @@ export default function BrandAssets() {
/>
</div>

<div className='flex gap-4'>
<div className='flex max-[768px]:flex-col gap-4'>
<AssetCard
title="Flashbots Logo - Black"
cover="/img/brand-assets/flashbots_logo_black.jpg"
Expand All @@ -41,7 +41,7 @@ export default function BrandAssets() {
/>
</div>

<div className='flex gap-4'>
<div className='flex max-[768px]:flex-col gap-4'>
<AssetCard
title="Flashbots Logo - White"
cover="/img/brand-assets/flashbots_logo_white.jpg"
Expand Down

0 comments on commit 93f12c4

Please sign in to comment.