Skip to content

Commit

Permalink
website: fix sidebar sizing
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
  • Loading branch information
BeryJu committed Jul 30, 2023
1 parent fdf726f commit 42ab60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
no-repeat;
}

@media (min-width: 1416px) {
@media (min-width: 1600px) {
#__docusaurus_skipToContent_fallback > div {
align-self: center;
max-width: 1600px;
Expand Down

0 comments on commit 42ab60a

Please sign in to comment.