From 11d054f4e38443bce99d6bd2f9e9f62e56061ceb Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Sat, 14 Jan 2023 00:24:19 +0100 Subject: [PATCH] reduce top margin --- src/pages/ProfilePage.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));