Skip to content

Commit

Permalink
[Glitch] Change width breakpoint for mobile placement behavior
Browse files Browse the repository at this point in the history
Port 26e10aa to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
ClearlyClaire committed May 4, 2024
1 parent 6662d60 commit 4b82dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/flavours/glitch/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit 4b82dc8

Please sign in to comment.