Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: expand the bd-article-container #964

Merged
merged 1 commit into from Sep 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -18,6 +18,7 @@
// Max-width is slightly more than the W3 since our docs often have images.
// We shoot for about 100 characters per line instead of 80.
// ref: https://www.w3.org/WAI/tutorials/page-structure/styling/#line-length
width: 100%;
max-width: 60em;
overflow-x: auto; // Prevent wide content from pushing off the secondary sidebar
padding: 1rem;
Expand Down