Skip to content

Commit

Permalink
Fix image safari event
Browse files Browse the repository at this point in the history
  • Loading branch information
lil5 committed Feb 12, 2024
1 parent edcc070 commit 4f02a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ function EventItem({ event }: { event: Event }) {
return (
<article className="flex flex-col bg-teal-light">
<div className="relative flex">
<Link to={eventURL} className="relative aspect-[4/3] overflow-hidden">
<Link to={eventURL} className="relative aspect-[4/3] w-full">
<div className=" text-md absolute mt-4 right-4 text-center z-10">
<p className="bg-teal text-white py-2 px-3">
<span className="inline-block pr-1 font-extrabold">
Expand Down

0 comments on commit 4f02a59

Please sign in to comment.