From afad3c26ea9292305afdd0fd26d955789fd2ea14 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 13 Sep 2021 12:09:53 -0500 Subject: [PATCH] Profile: nudge the avatar to the right on mobile --- app/styles/components/account-header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/styles/components/account-header.scss b/app/styles/components/account-header.scss index 951cf2f16..5d03c5c0e 100644 --- a/app/styles/components/account-header.scss +++ b/app/styles/components/account-header.scss @@ -133,7 +133,7 @@ @media screen and (max-width: 895px) { top: -45px; - left: 10px; + left: 20px; height: 90px; width: 90px;