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; }