Skip to content

Commit

Permalink
Style improvts
Browse files Browse the repository at this point in the history
  • Loading branch information
balat committed Mar 18, 2024
1 parent a2ce8b8 commit 93cc44b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ pre[class*="language-"].main-page-section-js_of_ocaml-js {
}
.project-page {
margin: 120px auto;
max-width: 1100px;
max-width: 1500px;
}
.twocols {
display: flex;
Expand Down Expand Up @@ -1047,7 +1047,7 @@ section.docblock > header > h2 {
}
.rightcol {
margin-left: 40px;
max-width: calc(100vw - 380px);
max-width: calc(100% - 350px);
}
.smallscreen {
display: none;
Expand Down

0 comments on commit 93cc44b

Please sign in to comment.