From 573c6cb94a725a8beea039c3f40d829ebdd6eb24 Mon Sep 17 00:00:00 2001 From: Marcel Kempenaar Date: Tue, 23 Apr 2024 10:53:31 +0200 Subject: [PATCH] Increased column width, improving readability --- docs/libs/bs4_book-1.0.0/bs4_book.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/libs/bs4_book-1.0.0/bs4_book.css b/docs/libs/bs4_book-1.0.0/bs4_book.css index 0bc45a0..af1310d 100644 --- a/docs/libs/bs4_book-1.0.0/bs4_book.css +++ b/docs/libs/bs4_book-1.0.0/bs4_book.css @@ -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 */