Skip to content

Commit

Permalink
fix(docs): Fix doc pages styling
Browse files Browse the repository at this point in the history
  • Loading branch information
clemyan committed Feb 22, 2024
1 parent 900763c commit 0ddac25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions packages/docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ html:not([x-doc-route="/"]) footer {
display: none;
}

html:not([x-doc-route="/"]) .main-wrapper > :last-child {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;

margin-bottom: 0;
}

html.blog-wrapper .container {
background: white;
border-radius: 10px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
display: flex;
width: 100%;

margin: 40px 40px;
margin: 40px 40px 0;
width: calc(100vw - 80px);
min-height: calc(100vh - var(--ifm-navbar-height) - 40px);

background: white;
border-radius: 10px;
border-radius: 10px 10px 0 0;
}

.docsWrapper {
Expand Down

0 comments on commit 0ddac25

Please sign in to comment.