From a02047acf8f3035f008dfa7c37e17934110d9b45 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 1 Feb 2023 12:22:32 +0000 Subject: [PATCH] Fix banner header on mobile --- src/routes/_components/profile/AccountProfile.html | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/routes/_components/profile/AccountProfile.html b/src/routes/_components/profile/AccountProfile.html index 5a13a2d8..0530d5ba 100644 --- a/src/routes/_components/profile/AccountProfile.html +++ b/src/routes/_components/profile/AccountProfile.html @@ -66,10 +66,6 @@ } @media (max-width: 767px) { - .account-profile { - padding-top: 100px; - } - .account-profile-grid { display: grid; grid-template-areas: "avatar name follow" @@ -85,16 +81,7 @@ } } - @media (max-width: 320px) { - .account-profile { - padding-top: 50px; - } - } - @media (max-width: 240px) { - .account-profile { - padding-top: 0; - } .account-profile-grid { grid-template-areas: "avatar name" "avatar label"