Skip to content

Commit 8152497

Browse files
authored
Merge pull request #203 from haskellfoundation/unresize
This makes Functors a more reasonable size
2 parents 15bd886 + b8076a9 commit 8152497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</div>
3636
<div class="flex flex-wrap items-center justify-center">
3737
$for(functors)$
38-
<a href="$externalUrl$" target="_blank" class="block w-12 m-4"><img alt="$title$" src="$logo$"
38+
<a href="$externalUrl$" target="_blank" class="block w-24 m-4"><img alt="$title$" src="$logo$"
3939
$if(srcset)$
4040
srcset="$srcset$"
4141
$endif$

0 commit comments

Comments
 (0)