Skip to content

Commit

Permalink
Updates event item styling
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelp committed Aug 15, 2024
1 parent 7e2d64d commit 3a0522c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/schedule/EventItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default function EventItem({

return (
<Link target="_blank" href={href} className="m-0 w-full p-0">
<div className="flex h-full w-full cursor-pointer flex-col items-center space-y-6 rounded-xl border border-b-4 lg:border-0 border-muted px-2 py-4 shadow-md hover:bg-white/[0.08] dark:shadow-lg lg:shadow-none lg:flex-row lg:justify-between lg:space-y-0 lg:py-7">
<div className="flex h-full w-full cursor-pointer flex-col items-center space-y-6 rounded-xl border-[3px] border-b-[6px] lg:border-0 border-muted px-2 py-4 lg:hover:bg-white/[0.08] lg:flex-row lg:justify-between lg:space-y-0 lg:py-7 lg:px-4">
<div className="flex h-full w-full flex-col items-center justify-center space-y-4 lg:w-auto lg:flex-row lg:gap-3 lg:space-y-0">
<h3 className="text-center text-lg font-bold md:text-2xl">
{event.title}
Expand Down

0 comments on commit 3a0522c

Please sign in to comment.