[Glitch] Change width breakpoint for mobile placement behavior

Port 26e10aa203 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2701/head
Claire 2024-05-01 01:39:28 +02:00
parent 6662d604c1
commit 4b82dc84f5
1 changed files with 1 additions and 1 deletions

View File

@ -6114,7 +6114,7 @@ a.status-card {
user-select: text;
display: flex;
@media screen and (max-width: $no-gap-breakpoint) {
@media screen and (width <= 630px) {
margin-top: auto;
}
}