Skip to content

Commit

Permalink
fix: cutoff at mobilescreen (#518)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashmit Jagtap <ashmitjagtap2209@gmail.com>
  • Loading branch information
TenzDelek and ashmit-coder authored Jan 17, 2025
1 parent e7aa268 commit 0cb527b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/venue/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function Venue({ city }) {
<div data-test={`venue-${city.name}`}>
<div className= {`w-full h-[500px] sm:h-[auto] ${city.name=='Online'?'bg-online':'bg-madrid'} bg-cover bg-center`}>
<div className='w-full h-full kinda-dark items-center flex flex-col justify-between'>
<div className='mt-[60px] container text-center flex flex-col items-center w-[1100px] lg:w-full sm:text-center'>
<div className='mt-[68px] container text-center flex flex-col items-center w-[1100px] lg:w-full sm:text-center'>
{city.name == 'Online' ? <Heading className={textColor}>
{city.name} {city.country}
</Heading> :
Expand Down

0 comments on commit 0cb527b

Please sign in to comment.