Adjust breakpoint for moving buttons

This commit is contained in:
Nick Colley 2023-02-02 11:51:45 +00:00
parent 20000c194c
commit 0a51890b37
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
}
}
@media (max-width: 400px) {
@media (max-width: 340px) {
.account-profile-grid {
grid-template-areas: "avatar avatar"
"avatar avatar"

View File

@ -31,7 +31,7 @@
gap: 5px;
}
@media (max-width: 400px) {
@media (max-width: 340px) {
.account-profile-follow {
justify-self: flex-end;
}