reduce top margin

This commit is contained in:
Alejandro Gomez 2023-01-14 00:24:19 +01:00
parent 414d543e26
commit 11d054f4e3
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -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));