mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
wip: increase max content width across site (#1743)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
@apply font-sans break-normal max-w-7xl mx-auto md:pt-11 md:px-6 my-0 h-screen;
|
||||
@apply font-sans break-normal max-w-[120rem] 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-7xl px-3 md:px-6 mx-auto;
|
||||
@apply max-w-[120rem] px-3 md:px-6 mx-auto;
|
||||
}
|
||||
|
||||
#avatar>div,
|
||||
|
||||
@@ -118,6 +118,6 @@
|
||||
}
|
||||
|
||||
#docsiframe {
|
||||
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[80rem] mt-[1px];
|
||||
@apply w-full mx-0 my-auto overflow-hidden p-0 max-w-[120rem] mt-[1px];
|
||||
height: calc(100vh - 2.6rem)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user