From 0a51890b37d48bc09b0b1a6c14041eea96b9eecb Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 2 Feb 2023 11:51:45 +0000 Subject: [PATCH] Adjust breakpoint for moving buttons --- src/routes/_components/profile/AccountProfile.html | 2 +- src/routes/_components/profile/AccountProfileFollow.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/_components/profile/AccountProfile.html b/src/routes/_components/profile/AccountProfile.html index 5140e220..5f513b29 100644 --- a/src/routes/_components/profile/AccountProfile.html +++ b/src/routes/_components/profile/AccountProfile.html @@ -82,7 +82,7 @@ } } - @media (max-width: 400px) { + @media (max-width: 340px) { .account-profile-grid { grid-template-areas: "avatar avatar" "avatar avatar" diff --git a/src/routes/_components/profile/AccountProfileFollow.html b/src/routes/_components/profile/AccountProfileFollow.html index 7fed32c1..2883b7fd 100644 --- a/src/routes/_components/profile/AccountProfileFollow.html +++ b/src/routes/_components/profile/AccountProfileFollow.html @@ -31,7 +31,7 @@ gap: 5px; } - @media (max-width: 400px) { + @media (max-width: 340px) { .account-profile-follow { justify-self: flex-end; }