Skip to content

Commit

Permalink
Improve docs version-switcher mobile styles (django#1488)
Browse files Browse the repository at this point in the history
  • Loading branch information
circus2271 committed Mar 2, 2024
1 parent fd9c5d1 commit 864c78a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion djangoproject/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2444,7 +2444,9 @@ h2+.list-link-soup {
margin: -1.75em 0;

li {
display: inline-block;
@include respond-min(1200px) {
display: inline-block;
}
}
}

Expand Down

0 comments on commit 864c78a

Please sign in to comment.