fix: fixed width profile after tablet resolution

This commit is contained in:
Alejandro Gomez
2023-07-01 19:16:45 +02:00
parent 49683c8cbd
commit c733c4066a

View File

@ -3,8 +3,11 @@
justify-content: center; justify-content: center;
} }
@media (min-width: 768px) {
.profile-page .profile-container { .profile-page .profile-container {
max-width: 620px; width: 620px;
}
} }
.profile-page .profile-content { .profile-page .profile-content {