Footer should be fixed on mobile
The festival should now display the right part of the image on desktop and mobile. Makefile superfluous entried removed.
This commit is contained in:
@ -20,7 +20,7 @@ export default function FestivalPage() {
|
||||
<AnimatedImage
|
||||
src={bannerPic}
|
||||
alt='Praline'
|
||||
className='w-full h-full object-cover object-[-8rem]'
|
||||
className='w-full h-full object-cover object-[-8rem] md:object-center'
|
||||
sizes='100vw'
|
||||
/>
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user