diff --git a/src/pages/ProfilePage.css b/src/pages/ProfilePage.css index 1fdc7ff95..665d3197d 100644 --- a/src/pages/ProfilePage.css +++ b/src/pages/ProfilePage.css @@ -5,7 +5,7 @@ .profile .banner { width: 100%; height: 210px; - margin-bottom: -110px; + margin-bottom: -80px; object-fit: cover; mask-image: linear-gradient(to bottom, var(--bg-color), rgba(0,0,0,0)); -webkit-mask-image: linear-gradient(to bottom, var(--bg-color), rgba(0,0,0,0));