Skip to content

Commit

Permalink
fix: add image background to festival feat
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Andrade committed Mar 22, 2022
1 parent 4ad6d6e commit d9b3968
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/features/festival/festival.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@ export const Festival = ({ artists }: FestivalProps) => {
</PrimaryText>
</div>
<div
className="min-h-96 md:p-10 flex flex-col
className="min-h-96 p-10 flex flex-col
justify-center items-center uppercase
bg-gradient-to-t from-amber-200 via-yellow-50 to-amber-200
text-gray-800 relative
text-gray-100
overflow-hidden
bg-[url('/img/bg.jpg')]
"
>
<div className="z-10 md:mb-32 text-center">
<div className="mb-32 text-center">
<div
className="text-5xl md:text-7xl flex flex-col
p-10 md:mb-32 font-extrabold text-red-500 font-mono"
Expand Down Expand Up @@ -80,11 +81,6 @@ export const Festival = ({ artists }: FestivalProps) => {
))}
</div>
</div>

<img
className="absolute bottom-0 opacity-50 blur-sm"
src="/img/bg.jpg"
/>
<span>Randomfy</span>
</div>
<div className="flex justify-center p-10">
Expand Down

1 comment on commit d9b3968

@vercel
Copy link

@vercel vercel bot commented on d9b3968 Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.