Skip to content

Commit

Permalink
fix: front page alignment (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
TenzDelek authored Jul 24, 2024
1 parent 2d0669d commit 840e3a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/campaigns/AnnouncementHero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export default function AnnouncementHero({ className = '', small = false }: IAnn
<ArrowLeft className='w-4 text-white' />
</div>
)}
<div className='relative flex w-5/6 flex-col items-center justify-center gap-2 pr-3'>
<div className='relative min-h-72 w-full overflow-hidden lg:h-[17rem] lg:w-[38rem]'>
<div className='relative flex w-5/6 flex-col items-center justify-center gap-2'>
<div className='relative flex items-center justify-center min-h-72 w-full overflow-hidden lg:h-[17rem] lg:w-[38rem]'>
{banners.map(
(banner, index) =>
banner.show && (
Expand Down

0 comments on commit 840e3a8

Please sign in to comment.