From eee24d1c45a77212f9ee3bfe1c719f0120d49021 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Fri, 30 Jun 2023 22:39:45 +0200 Subject: [PATCH] fix: height --- src/pages/profile-page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/profile-page.css b/src/pages/profile-page.css index 9a1d958..88f29d8 100644 --- a/src/pages/profile-page.css +++ b/src/pages/profile-page.css @@ -19,7 +19,7 @@ @media (min-width: 768px){ .profile-page .banner { - max-height: 348.75px; + height: 348.75px; object-fit: cover; } }