Revert "wip: increase max content width across site (#1743)" (#1748)

This commit is contained in:
Greg Kaleka
2025-04-12 20:01:09 -04:00
committed by GitHub
parent 5610f14f4c
commit e5f808e38e
11 changed files with 163 additions and 163 deletions

View File

@@ -6,7 +6,7 @@
}
body {
@apply font-sans break-normal max-w-[120rem] mx-auto md:pt-11 md:px-6 my-0 h-screen;
@apply font-sans break-normal max-w-7xl mx-auto md:pt-11 md:px-6 my-0 h-screen;
}
/* Fixes the logo's pixel shift for non-framed and framed docs, respectively. */
@@ -34,7 +34,7 @@ div.copyright-footer:first-of-type,
div.chapter:first-of-type,
div.refentry:first-of-type,
div.book:first-of-type {
@apply max-w-[120rem] px-3 md:px-6 mx-auto;
@apply max-w-7xl px-3 md:px-6 mx-auto;
}
#avatar>div,

View File

@@ -118,6 +118,6 @@
}
#docsiframe {
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[120rem] mt-[1px];
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[80rem] mt-[1px];
height: calc(100vh - 2.6rem)
}