Skip to content

Commit a5695d4

Browse files
authored
Remove social area width from footer (#549)
1 parent 0d86223 commit a5695d4

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
@@ -40,7 +40,7 @@
4040
</div>
4141
</div>
4242

43-
<div class="flex space-x-4 w-44">
43+
<div class="flex space-x-4">
4444
<a href="https://twitter.com/haskellfound" target="_blank" class="text-4xl block"><span class="fab fa-twitter"></span></a>
4545
<a href="https://www.linkedin.com/company/haskell-foundation-inc" target="_blank" class="text-4xl block"><span class="fab fa-linkedin-in"></span></a>
4646
<a href="https://discourse.haskell.org/c/haskell-foundation/11" target="_blank" class="text-4xl block"><span class="fab fa-discourse"></span></a>

0 commit comments

Comments
 (0)