Skip to content

Commit

Permalink
Merge pull request #122 from pyconjp/develop
Browse files Browse the repository at this point in the history
Release 2024/09/26 2
  • Loading branch information
k-nakamura authored Sep 26, 2024
2 parents 556980c + 383ae08 commit d53c2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/ConferenceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ConferenceCard({name, date, image, children}: {
<div
className='lg:flex-[2_2_0%] relative after:bg-secondary after:absolute after:w-full after:h-full after:-z-10 after:top-2 after:left-2 after:rounded-tl-3xl after:rounded-br-3xl max-w-7/12 lg:w-auto'>
<Image src={image} alt={name} width={350} height={350}
className='relative rounded-tl-3xl rounded-br-3xl'/>
className='relative rounded-tl-3xl rounded-br-3xl w-full'/>
</div>
<div className='lg:flex-[3_3_0%] flex flex-col gap-2 lg:gap-4 w-11/12 lg:w-auto'>
<div className='text-tertiary-400'>
Expand Down

0 comments on commit d53c2f4

Please sign in to comment.