Skip to content

Commit

Permalink
style: align markdown width with container (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jan 27, 2025
1 parent 6251b50 commit 3d93811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@
}
}

.theme-doc-markdown {
max-width: 700px;
margin: 0 auto;
margin-top: 2rem;
@media (min-width: 1440px) {
.container {
max-width: var(--ifm-container-width);
}
}

.navbar {
Expand Down

0 comments on commit 3d93811

Please sign in to comment.