Skip to content

Commit

Permalink
docs: Increase width for content (#1769)
Browse files Browse the repository at this point in the history
* Increased width for content.

* Added left margin.
  • Loading branch information
marvinl803 authored Jan 9, 2025
1 parent 9abe7d2 commit ab21e72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
.md-typeset ul li {
margin-bottom: 0.1em !important;
}
.md-main__inner.md-grid {
max-width: initial;
margin-left: 5vw;
}

0 comments on commit ab21e72

Please sign in to comment.