Skip to content

Commit

Permalink
style: format donate
Browse files Browse the repository at this point in the history
  • Loading branch information
thilobillerbeck committed Jan 18, 2025
1 parent 2eb35ea commit 712aa1c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/layout/SponsorLogo.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const {
class=`flex flex-col justify-center items-center relative h-20 bg-white rounded-lg ${extraClasses}`
>
<a href={externalLink}>
<img class="w-full max-w-24 max-h-16 block" src={imageSource} alt={altText} />
<img
class="block max-h-16 w-full max-w-24"
src={imageSource}
alt={altText}
/>
</a>
</div>

0 comments on commit 712aa1c

Please sign in to comment.