diff --git a/docs/src/styles/components/_doc-item.scss b/docs/src/styles/components/_doc-item.scss index 9ee9c4a53..940c77c9c 100644 --- a/docs/src/styles/components/_doc-item.scss +++ b/docs/src/styles/components/_doc-item.scss @@ -44,30 +44,30 @@ } } - > .container { - > .row { - > .col { - display: flex; - flex-direction: column; - justify-content: center; - - min-width: 0; + > .container { + > .row { + > .col { + display: flex; + justify-content: center; + flex-direction: column; + min-width: 0; + align-items: center; + } + } } - } - } - .spacer { - flex-basis: 5rem; + .spacer { + flex-basis: 5rem; - @media (max-width: 996px) { - display: none; - } + @media (max-width: 996px) { + display: none; + } + } } - } - [class*='docItemCol_'] { - margin-inline-start: auto; - margin-inline-end: auto; - } - //#endregion + [class*='docItemCol_'] { + margin-inline-start: auto; + margin-inline-end: auto; + } + //#endregion } diff --git a/docs/src/styles/custom.scss b/docs/src/styles/custom.scss index 0f1bdd2bf..4eb15edc7 100644 --- a/docs/src/styles/custom.scss +++ b/docs/src/styles/custom.scss @@ -118,6 +118,7 @@ body { } .theme-doc-version-banner { + width: 100%; max-width: var(--doc-item-container-width); }