Skip to content

Commit

Permalink
fix(memberships): column width for wider viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 13, 2023
1 parent 304bb92 commit 70e4e5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 class="card-title">My Memberships</h1>
{% for membership in memberships %}
<li class="py-3 sm:py-4">
<div class="flex flex-row flex-wrap items-center md:space-x-4">
<div class="flex-shrink-0 order-4 md:order-2 grow md:grow-0 flex flex-col justify-center items-end md:justify-center">
<div class="md:min-w-[25%] flex-shrink-0 order-4 md:order-2 grow md:grow-0 flex flex-col justify-center items-end md:items-center md:justify-center">
{% if membership == request.membership %}
<svg class="w-8 h-8 text-lime-500"
fill="none"
Expand Down

0 comments on commit 70e4e5a

Please sign in to comment.