Skip to content

Commit

Permalink
FIX: expand the bd-article-container (#964)
Browse files Browse the repository at this point in the history
fix: expand the bd-article-container
  • Loading branch information
12rambau authored Sep 29, 2022
1 parent 2dac638 commit 1b0adf0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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

0 comments on commit 1b0adf0

Please sign in to comment.