Skip to content

Commit

Permalink
Updating Page Width
Browse files Browse the repository at this point in the history
Updating page width for laptop and desktop.
  • Loading branch information
dglass19 committed Jun 24, 2022
1 parent 8531422 commit 4edf9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/vars.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
--toc-height: calc(100vh - var(--toc-top) - 2.5rem);
--toc-width: calc(162 / var(--rem-base) * 1rem);
--toc-width--widescreen: calc(216 / var(--rem-base) * 1rem);
--doc-max-width: calc(720 / var(--rem-base) * 1rem);
--doc-max-width--desktop: calc(828 / var(--rem-base) * 1rem);
--doc-max-width: calc(1020 / var(--rem-base) * 1rem); /* originally 720 */
--doc-max-width--desktop: calc(1128 / var(--rem-base) * 1rem); /* originally 828 */
/* stacking */
--z-index-nav: 1;
--z-index-toolbar: 2;
Expand Down

0 comments on commit 4edf9a5

Please sign in to comment.