Skip to content

Commit

Permalink
Make sponsor images larger on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerlated committed Aug 11, 2024
1 parent ca5f86b commit 5a6acb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/widgets/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const {

<div class="flex flex-col gap-4 max-w-5xl m-auto">
<div
class="flex flex-row justify-center items-center flex-wrap gap-2 md:gap-4 [&>*]:w-32 [&>*]:md:w-64"
class="flex flex-row justify-center items-center flex-wrap gap-2 md:gap-4 [&>*]:w-40 [&>*]:md:w-64"
>
{
sponsors1.map(({ ariaLabel, src, href }) => (
Expand All @@ -56,7 +56,7 @@ const {
</div>

<div
class="flex flex-row justify-center flex-wrap gap-2 md:gap-4 [&>*]:w-32 [&>*]:md:w-64"
class="flex flex-row justify-center flex-wrap gap-2 md:gap-4 [&>*]:w-40 [&>*]:md:w-64"
>
{
sponsors2.map(({ ariaLabel, src, href }) => (
Expand Down

0 comments on commit 5a6acb1

Please sign in to comment.