Skip to content

Commit

Permalink
docs: improve layout on ultrawide displays
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Dec 20, 2023
1 parent 8a84b85 commit 29961f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/layouts/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.docs {
padding: 3rem;
padding-top: 0.5rem;
max-width: calc(100% - 15rem - 25rem);
max-width: 70rem; // perfect would be calc(100% - 15rem - 25rem);
text-align: left;
overflow: hidden;
img {
Expand Down

0 comments on commit 29961f3

Please sign in to comment.