From 4815b95fc5e16e596dfef9b5cc2c4becccb1c948 Mon Sep 17 00:00:00 2001 From: Titus Kristiansen <titusk@stud.ntnu.no> Date: Fri, 6 May 2022 12:37:59 +0200 Subject: [PATCH] Home picture fix --- src/components/CommunityComponents/CommunityListItem.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CommunityComponents/CommunityListItem.vue b/src/components/CommunityComponents/CommunityListItem.vue index 93384cc..35ba997 100644 --- a/src/components/CommunityComponents/CommunityListItem.vue +++ b/src/components/CommunityComponents/CommunityListItem.vue @@ -66,7 +66,7 @@ <img :src="community.picture" alt="Bilde" - class="rounded-md" + class="rounded-md h-14 w-14 object-contain" /> </div> <div class="flex-1 pl-1 overflow-hidden"> -- GitLab