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 0313ea7 commit 1324655Copy full SHA for 1324655
lib/algora_web/live/swift_bounties_live.ex
@@ -444,7 +444,7 @@ defmodule AlgoraWeb.SwiftBountiesLive do
444
<Logos.github class="-ml-1 mr-2 h-6 w-6 sm:h-8 sm:w-8" /> Connect with GitHub
445
</.link>
446
</div>
447
- <div class="mt-10 grid grid-cols-3 gap-4">
+ <div class="mt-10 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-4">
448
<%= for repo <- @repos do %>
449
<.link href={repo.url}>
450
<img
0 commit comments