fix: height

This commit is contained in:
Alejandro Gomez 2023-06-30 22:39:45 +02:00
parent d3a3149aae
commit eee24d1c45
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -19,7 +19,7 @@
@media (min-width: 768px){
.profile-page .banner {
max-height: 348.75px;
height: 348.75px;
object-fit: cover;
}
}