Change width breakpoint for mobile placement behavior (#30131)

pull/30141/head
Claire 2024-05-01 01:39:28 +02:00 committed by GitHub
parent 75470f1256
commit 26e10aa203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5616,7 +5616,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;
}
}