Skip to content

Commit

Permalink
Think I found a solution to fix layout in docusaurus 3
Browse files Browse the repository at this point in the history
  • Loading branch information
adzialocha committed Jan 18, 2024
1 parent fa818f5 commit 57139d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@
border-color: transparent !important;
}

/* Since docusaurus v3 the `main-wrapper` is a flex-box which breaks
* our landing page */
.main-wrapper {
display: block !important;
}

/* Utils */

.truncate {
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
.pentagon-shift {
position: relative;
top: -200px;
left: -32px;
left: -35px;
user-select: none;
pointer-events: none;
}
Expand Down

0 comments on commit 57139d3

Please sign in to comment.