[Glitch] Change width breakpoint for mobile placement behavior
Port 26e10aa203
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
6662d604c1
commit
4b82dc84f5
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue