Skip to content

Commit

Permalink
Increased column width, improving readability
Browse files Browse the repository at this point in the history
  • Loading branch information
mkempenaar committed Apr 23, 2024
1 parent b16272d commit 573c6cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/libs/bs4_book-1.0.0/bs4_book.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ that the columns never get too wide, either individually or collectively.

@media (min-width: 1200px) {
.container-fluid {
max-width: 95rem;
max-width: 120rem;
}
.container-fluid .row {
justify-content: space-evenly;
}
.container-fluid main {
max-width: 45rem;
max-width: 60rem;
}
.sidebar {
max-width: 15rem;
max-width: 30rem;
}

/* Increase font-size for very wide devices */
Expand Down

0 comments on commit 573c6cb

Please sign in to comment.