Skip to content

Commit

Permalink
fixup! docs: add extra.css to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmordasiewicz committed Nov 27, 2023
1 parent 754e866 commit 282be0b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/extra.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
.md-grid {
margin-left: 15px;
max-width: 65rem;
margin-left: 0;
max-width: 75rem;
}

*, ::after, ::before {
box-sizing: unset;
}

/* stylelint-disable selector-class-pattern */
.md-main__inner {
margin-top: 0;
}

.md-sidebar--secondary {
display: none;
width: 20px;
}
/* stylelint-enable selector-class-pattern */

.md-sidebar {
width:10rem
}
Expand Down

0 comments on commit 282be0b

Please sign in to comment.