Skip to content

Commit

Permalink
adding padding on sponsor page
Browse files Browse the repository at this point in the history
  • Loading branch information
Jgerbrandt committed Jun 5, 2024
1 parent 6609aa4 commit a4d50c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bio-rocket/src/routes/sponsors/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<div class="container mx-auto flex flex-col justify-top items-center">
<h1 class="text-center text-3xl sm:text-5xl mt-0 sm:mt-48 mb-8 text-primary-500">Sponsor Us</h1>
<div class="w-full text-token grid grid-cols-1 sm:grid-cols-3 md:grid-cols-3 gap-4">
<div class="w-96 sm:w-full text-token grid grid-cols-1 sm:grid-cols-3 md:grid-cols-3 gap-4">
<div class="card bg-initial card-hover overflow-hidden">
<header>
<img class="logo" src={Book} alt="branding logo" />
Expand Down

0 comments on commit a4d50c8

Please sign in to comment.