Skip to content

Commit 4da7442

Browse files
committed
Vertically centered sponsor logos.
1 parent fd9276f commit 4da7442

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/footer.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="max-w-screen-xl mx-auto text-center sm:px-12 md:px-12 lg:px-16 mt-32">
22
<div class="font-bold">SPONSORS</div>
3-
<div class="mt-16 flex flex-wrap justify-center">
3+
<div class="mt-16 flex flex-wrap items-center justify-center">
44
$for(monads)$
55
<a href="$externalUrl$" target="_blank" class="block w-36 m-4"><img alt="$title$" src="$logo$"
66
$if(srcset)$
@@ -10,7 +10,7 @@
1010
$endfor$
1111
</div>
1212

13-
<div class="mt-16 flex flex-wrap justify-center">
13+
<div class="mt-16 flex flex-wrap items-center justify-center">
1414
$for(applicatives)$
1515
<a href="$externalUrl$" target="_blank" class="block w-36 m-4"><img alt="$title$" src="$logo$"
1616
$if(srcset)$
@@ -20,7 +20,7 @@
2020
$endfor$
2121
</div>
2222

23-
<div class="mt-16 flex flex-wrap justify-center">
23+
<div class="mt-16 flex flex-wrap items-center justify-center">
2424
$for(functors)$
2525
<a href="$externalUrl$" target="_blank" class="block w-36 m-4"><img alt="$title$" src="$logo$"
2626
$if(srcset)$
@@ -41,7 +41,7 @@
4141
<a href="/contact" class="arrow-link light">>> contact us</a>
4242
</div>
4343
</div>
44-
44+
4545
<div class="flex space-x-4 w-44">
4646
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
4747
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>

0 commit comments

Comments
 (0)