fix: height

This commit is contained in:
Alejandro Gomez
2023-06-30 22:39:45 +02:00
parent d3a3149aae
commit eee24d1c45

View File

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