Skip to content

Commit

Permalink
Fix Supporters on tablet
Browse files Browse the repository at this point in the history
Closes #97
  • Loading branch information
saundefined committed Aug 19, 2023
1 parent 69c4d25 commit 49f50ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ <h2 id="sponsors">Our Members</h2>
<h2 class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl" id="supporters">Supporters</h2>
<div class="font-medium text-xl my-4">We receive non-financial help from other organisations too</div>
<div class="mx-auto max-w-full px-4">
<div class="grid grid-cols-3 sm:grid-cols-3 xl:grid-cols-9 gap-4">
<a class="block shadow p-2 rounded-lg no-underline col-start-1 sm:col-start-2 xl:col-start-4" target="_blank" rel="noopener noreferrer"
<div class="grid grid-cols-3 xl:grid-cols-9 gap-4">
<a class="block shadow p-2 rounded-lg no-underline col-start-1 xl:col-start-4" target="_blank" rel="noopener noreferrer"
href="https://mule.to/p399">
<div class="mb-6 p-2">
<img class="h-24 rounded w-full object-contain object-center"
Expand Down

0 comments on commit 49f50ce

Please sign in to comment.