Skip to content

Commit

Permalink
fix layout for larger teams (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellodotgg authored Oct 21, 2024
1 parent 53122e5 commit 96135f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/breakout/cards.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{ define "breakout/cards" }}
<div id="voting-cards" class="flex items-start flex-wrap gap-4 justify-center">
<div id="voting-cards" class="flex content-start flex-wrap gap-4 justify-center">
{{ range .Cards }}
<button id="voting-{{ .DisplayValue }}"
class="text-4xl md:text-5xl font-extrabold py-4 md:py-12 w-16 md:w-28 rounded-xl bg-sky-50 hover:ring-2 ring-sky-300 hover:bg-sky-100 disabled:ring-gray-300 disabled:hover:ring-1 ring-1"
Expand Down

0 comments on commit 96135f4

Please sign in to comment.