website: fix sidebar layout (#6421)
This commit is contained in:
parent
2ac7eb6f65
commit
530ac43b8a
|
@ -1,23 +1,19 @@
|
||||||
<!--
|
<!--
|
||||||
👋 Hello there! Welcome.
|
👋 Hi there! Welcome.
|
||||||
|
|
||||||
Please check the [Contributing guidelines](https://goauthentik.io/developer-docs/#how-can-i-contribute).
|
Please check the Contributing guidelines: https://goauthentik.io/developer-docs/#how-can-i-contribute
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Details
|
## Details
|
||||||
|
|
||||||
- **Does this resolve an issue?**
|
<!--
|
||||||
Resolves #
|
Explain what this PR changes, what the rationale behind the change is, if any new requirements are introduced or any breaking changes caused by this PR.
|
||||||
|
|
||||||
## Changes
|
Ideally also link an Issue for context that this PR will close using `closes #`
|
||||||
|
-->
|
||||||
|
REPLACE ME
|
||||||
|
|
||||||
### New Features
|
---
|
||||||
|
|
||||||
- Adds feature which does x, y, and z.
|
|
||||||
|
|
||||||
### Breaking Changes
|
|
||||||
|
|
||||||
- Adds breaking change which causes \<issue\>.
|
|
||||||
|
|
||||||
## Checklist
|
## Checklist
|
||||||
|
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1416px) {
|
@media (min-width: 1416px) {
|
||||||
.docPage_node_modules-\@docusaurus-theme-classic-lib-theme-DocPage-Layout-styles-module {
|
#__docusaurus_skipToContent_fallback > div {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
max-width: 1600px;
|
max-width: 1600px;
|
||||||
width: 1600px;
|
width: 1600px;
|
||||||
|
|
Reference in New Issue