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 dfaa673eac002ae664ce49ed1ac890f4c02752a4..5f21f02ba6d366a76b0a4df32200f3f114d77750 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 "