diff options
| author | 2022-06-28 12:03:01 +0000 | |
|---|---|---|
| committer | 2022-06-28 12:03:01 +0000 | |
| commit | 49384c7aab72ead973462e535fcbabb488af0a5f (patch) | |
| tree | aaa74d740539c85e40218a957152bbd470423bea /main/_static/skeleton.css | |
| parent | Deploying to docs from @ python-discord/bot-core@109da8bdde367e85d334b8f96dfa... (diff) | |
Deploying to docs from @ python-discord/bot-core@149e278d3b6111a6f45f31e993114b38745bb545 🚀
Diffstat (limited to 'main/_static/skeleton.css')
| -rw-r--r-- | main/_static/skeleton.css | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/main/_static/skeleton.css b/main/_static/skeleton.css index b1b15528..01231167 100644 --- a/main/_static/skeleton.css +++ b/main/_static/skeleton.css @@ -284,13 +284,13 @@ article {    }  } -@media (min-width: 90rem) { +@media (min-width: 88rem) {    .sb-footer-content__inner,    .drop-secondary-sidebar-for-full-width-content [role="main"],    .drop-secondary-sidebar-for-full-width-content .match-content-width {      width: 67rem;    }    .sb-page-width { -    width: 90rem; +    width: 88rem;    }  } | 
