From 56c40fa1e38c32eed43fe114e76584f4459ef7e7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Pasquier Date: Mon, 26 Apr 2021 18:12:57 +0200 Subject: [PATCH] fix: community picture cover --- src/styles/admin-circles/_index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/admin-circles/_index.scss b/src/styles/admin-circles/_index.scss index 3fc6e8a..7752f3d 100644 --- a/src/styles/admin-circles/_index.scss +++ b/src/styles/admin-circles/_index.scss @@ -173,7 +173,7 @@ height: 100%; background-position: center; background-repeat: no-repeat; - background-size: contain; + background-size: cover; } } }