From 1d83ed2673406463d7e0a4e92a4de57067b3fe1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org>
Date: Fri, 14 Jun 2024 10:13:12 +0200
Subject: [PATCH] fix images, layout

---
 .../molecules/candidates/candidate_secondary_box.html       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html b/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html
index dfaa673e..5f21f02b 100644
--- a/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html
+++ b/shared/templates/styleguide2/includes/molecules/candidates/candidate_secondary_box.html
@@ -13,17 +13,17 @@
 
     <div
       class="
-        flex font-bold justify-center items-center rounded-full
+        flex font-bold justify-center items-center rounded-full w-12 shrink-0 grow-1
       "
     >
       {% if self.page.profile_image %}
-        {% image self.page.profile_image fill-150x150 class="w-12 object-cover shrink-0 grow-1" %}
+        {% image self.page.profile_image fill-150x150 class="object-cover w-12 shrink-0 grow-1" %}
       {% endif %}
     </div>
 
     <div
       class="
-        flex gap-2 flex-col
+        flex gap-2 flex-col w-full
         
         lg:gap-6 lg:flex-row
       "
-- 
GitLab