From 49bc50b99693f78ebbfe7fbe5ffb00ebb3deb6ed Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Tue, 8 Aug 2023 15:55:53 +0200 Subject: -adjust custom.css for actual version of the theme in the docker container --- _static/custom.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/_static/custom.css b/_static/custom.css index 0c3537d8..d34fd74e 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -1,9 +1,15 @@ @media (min-width: 960px) { - .bd-page-width { + .container { max-width: 100rem; } - .bd-sidebar-primary { + .bd-sidebar { flex-basis: 25%; } } + +@media (min-width: 768px) { + .bd-sidebar { + max-width: 25%; + } +} -- cgit v1.2.3