diff --git a/static/style.css b/static/style.css index c4557ff..f2d23ba 100644 --- a/static/style.css +++ b/static/style.css @@ -265,6 +265,7 @@ flex-direction: row; align-content: center; width: 100%; + flex-wrap: wrap; h1 { color: #FFFFFF; margin: 0; @@ -287,6 +288,19 @@ width: 250px; height: 250px; border-radius: 100%; + flex-shrink: 0; + min-width: 0; + } +} + +@media (max-width: 600px) { + .profile-top { + justify-content: center; + gap: 15px; + } + .profile-top img { + width: 150px; + height: 150px; } }