From 8cd82eb8d1f6abe0d6cbbe8c03cee1bc1bd036d3 Mon Sep 17 00:00:00 2001 From: Milad Raeisi <6504337+miladsoft@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:18:35 +0400 Subject: [PATCH] Update profile-header.css (#133) --- src/app/shared/profile-header/profile-header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/profile-header/profile-header.css b/src/app/shared/profile-header/profile-header.css index 69a6508..0acd8d2 100644 --- a/src/app/shared/profile-header/profile-header.css +++ b/src/app/shared/profile-header/profile-header.css @@ -95,7 +95,7 @@ .profile-banner-image { object-fit: cover; width: 100%; - max-height: 320px; + height: 320px; } @media only screen and (max-width: 599px) {