Skip to content

Commit

Permalink
Fix year card
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandsalis committed Sep 20, 2024
1 parent ca3e295 commit cf0acda
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/routes/aktuelles/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,10 @@ export default function Aktuelles() {

function YearCard({ letter, startedAt, mentor, photos, plan }: Year) {
return (
<article key={letter} className="flex rounded-md bg-card shadow-md">
<article
key={letter}
className="flex flex-wrap rounded-md bg-card shadow-md"
>
<div className="relative flex flex-1 flex-col p-6">
<div className="text-1xl absolute right-14 top-10 scale-[7] font-black lowercase text-primary opacity-10">
{alphabetMap[letter]}
Expand Down

0 comments on commit cf0acda

Please sign in to comment.