Skip to content

Commit

Permalink
Change font size and side-bar width
Browse files Browse the repository at this point in the history
  • Loading branch information
vfiftyfive committed Apr 23, 2024
1 parent e85565f commit 1a01cdf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
--ifm-color-primary-lighter: #377fad;
--ifm-color-primary-lightest: #408fc2;
--ifm-code-font-size: 85%;
--ifm-font-size-base: 0.85rem;
--ifm-font-size-base: 1rem;
--ifm-font-weight-base: 400;
--ifm-h1-font-size: 2.5rem;
--ifm-code-border-radius: 5px;
Expand Down Expand Up @@ -136,7 +136,7 @@ article {

/* Allow for slightly longer sidebar items than the default width */
:root {
--doc-sidebar-width: 350px !important;
--doc-sidebar-width: 300px !important;
}

/* Auto-wrap text in code blocks
Expand Down Expand Up @@ -400,4 +400,4 @@ footer .container-fluid {

.hideme {
display: none !important;
}
}

0 comments on commit 1a01cdf

Please sign in to comment.