Skip to content

Commit

Permalink
fix badge sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
pcattori committed Nov 21, 2024
1 parent 71b565a commit 5cbe820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/splash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ export default function Home({ loaderData }: Route.ComponentProps) {
</section>
<section className="flex w-full flex-col items-center gap-y-24 bg-gradient-to-b from-[#FAFBFD] to-white px-12 pb-12 md:gap-y-16 lg:gap-y-12">
<div className="grid gap-x-16 gap-y-6 md:grid-flow-col">
<img src="/splash/v7-badge-1.svg" className="h-[68px] w-[190px]" />
<img src="/splash/v7-badge-2.svg" className="h-[68px] w-[190px]" />
<img src="/splash/v7-badge-1.svg" className="h-[72px] w-[194px]" />
<img src="/splash/v7-badge-2.svg" className="h-[72px] w-[194px]" />
</div>
<h2 className="text-center text-3xl font-semibold text-gray-800">
What to expect from this version:
Expand Down

0 comments on commit 5cbe820

Please sign in to comment.