Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Feb 15, 2022
1 parent 775761b commit 497d807
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/styles.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
@import "./theme.css";

body {
display: grid;
grid-template: 1fr / 1fr;
gap: 20px;
place-content: center;
display: block;
}

aside {
Expand All @@ -19,7 +16,10 @@ header {
aside { order: 1; }

body {
display: grid;
gap: 20px;
grid-template: 1fr / minmax(900px, 1000px) minmax(300px, 600px);
place-content: center;
}

aside > nav.toc {
Expand Down

0 comments on commit 497d807

Please sign in to comment.