Skip to content

Commit 3542217

Browse files
authored
Social footer links wrap unexpectedly (#1073)
* stop wrapping * match community icon margin
1 parent 8d823a3 commit 3542217

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/views/layouts/_footer.blade.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
</p>
4242

4343
<div class="flex flex-wrap lg:flex-col lg:flex-no-wrap">
44-
<a href="https://twitter.com/laravelio" class="w-1/2 text-gray-400 mb-4 hover:text-gray-200 lg:mb-6">
45-
<x-si-x class="text-white w-4 h-4 inline mr-3.5"/>
44+
<a href="https://twitter.com/laravelio" class="w-1/2 text-gray-400 mb-4 hover:text-gray-200 lg:mb-6 whitespace-nowrap">
45+
<x-si-x class="text-white w-4 h-4 inline mr-2"/>
4646
Twitter
4747
</a>
4848

49-
<a href="https://github.com/laravelio" class="w-1/2 text-gray-400 mb-4 hover:text-gray-200 lg:mb-6">
50-
<x-icon-github class="text-white w-4 h-4 inline mr-3.5"/>
49+
<a href="https://github.com/laravelio" class="w-1/2 text-gray-400 mb-4 hover:text-gray-200 lg:mb-6 whitespace-nowrap">
50+
<x-icon-github class="text-white w-4 h-4 inline mr-2"/>
5151
GitHub
5252
</a>
5353
</div>

0 commit comments

Comments
 (0)