Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoff97 committed Sep 27, 2024
1 parent 287611c commit 77df8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
border-color: gray;
padding: 10px;
top: 50px;
left: calc(50% - 300px);
left: calc(50% - min(300px, 45%));
max-height: 80%;
overflow: scroll;
}
Expand Down

0 comments on commit 77df8b0

Please sign in to comment.