Skip to content

Commit

Permalink
Increase logo wall gap
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Dec 24, 2024
1 parent 7386c6f commit a04d380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/LogoWall/Wall.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Dub from '@/assets/images/logos/dub.svg'
import Midday from '@/assets/images/logos/midday.svg'
---

<div class="animate-logo-wall flex items-center gap-10 pr-10">
<div class="animate-logo-wall flex items-center gap-12 pr-12">
<Midday class="h-6" role="img" aria-label="Midday logo" />
<Intercom class="h-6" role="img" aria-label="Intercom logo" />
<X class="h-6" role="img" aria-label="Intercom logo" />
Expand Down

0 comments on commit a04d380

Please sign in to comment.