Skip to content

Commit

Permalink
fix broken homepage layout on narrow screen after instagram link addi…
Browse files Browse the repository at this point in the history
…tion

after #14919
  • Loading branch information
ornicar committed Mar 20, 2024
1 parent 9d70dd2 commit d4632c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/lobby/css/_about.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
white-space: nowrap;

@media (any-pointer: coarse) {
padding: 0.5em 0.7em;
padding: 0.5em;
}

@include transition(color);
Expand All @@ -25,7 +25,7 @@
}

.connect-links {
display: flex;
@extend %flex-center;
justify-content: center;
flex: 1 0 100%;
margin-top: 0.5em;
Expand Down

0 comments on commit d4632c8

Please sign in to comment.