diff --git a/src/pages/ProfilePage.css b/src/pages/ProfilePage.css index 514f34b..fc503da 100644 --- a/src/pages/ProfilePage.css +++ b/src/pages/ProfilePage.css @@ -27,6 +27,17 @@ .profile .name h2 { margin: 0; +======= +} + +@media (min-width: 720px) { + .profile .banner { + width: 100%; + max-width: 720px; + height: 300px; + margin-bottom: -120px; + } +>>>>>>> c68c73a (feat: display banner in profile) }