We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e180e commit 7c288a3Copy full SHA for 7c288a3
src/pages/donate.astro
@@ -115,7 +115,7 @@ BIC: BUNQNL2AXXX</pre>
115
<div class="bg-nixdarkblue py-16 text-white">
116
<Container class="grid md:grid-cols-2 gap-8 px-12">
117
<div class="flex flex-col justify-center">
118
- <div class="grid md:grid-cols-4 gap-4">
+ <div class="grid grid-cols-2 sm:grid-cols-5 md:grid-cols-2 lg:grid-cols-3 xl:grid-cols-4 gap-4">
119
<ExternalLogo class="p-5" href="https://www.4tu.nl/" src="/images/logos/4tu.svg" alt="4TU logo" />
120
<ExternalLogo class="" href="https://www.antithesis.com/" src="/images/logos/antithesis.svg" alt="Antithesis logo" />
121
<ExternalLogo class="p-5" href="https://deploy.equinix.com/" src="/images/logos/equinix_metal.svg" alt="Equinix logo" />
0 commit comments