From d9c3234be703b32e9f7cb4468cfadf81f36d2904 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Sun, 12 Feb 2023 13:57:39 +0100 Subject: [PATCH] banner radius --- packages/app/src/Pages/ProfilePage.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/app/src/Pages/ProfilePage.css b/packages/app/src/Pages/ProfilePage.css index 792b037..447bb77 100644 --- a/packages/app/src/Pages/ProfilePage.css +++ b/packages/app/src/Pages/ProfilePage.css @@ -11,6 +11,11 @@ margin-bottom: -60px; z-index: 0; } +@media (min-width: 720px) { + .profile .banner { + border-radius: 12px; + } +} .profile .profile-actions { position: absolute;