diff --git a/src/pages/profile-page.css b/src/pages/profile-page.css index 29966a1..c7750bb 100644 --- a/src/pages/profile-page.css +++ b/src/pages/profile-page.css @@ -3,8 +3,11 @@ justify-content: center; } -.profile-page .profile-container { - max-width: 620px; + +@media (min-width: 768px) { + .profile-page .profile-container { + width: 620px; + } } .profile-page .profile-content {