From 80024bc3914df1f2af8dfaf7a4b592443b9683d8 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Fri, 13 Jan 2023 23:48:24 +0100 Subject: [PATCH] feat: display banner in profile --- src/pages/ProfilePage.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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) }