summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÖzgür Kesim <oec@codeblau.de>2023-08-08 15:55:53 +0200
committerÖzgür Kesim <oec@codeblau.de>2023-08-08 15:55:53 +0200
commit49bc50b99693f78ebbfe7fbe5ffb00ebb3deb6ed (patch)
treed7217d7129d8016b695b27abed49d007eafc906b
parent4a322562ba06b370dcdecc860ae7d37869aab24b (diff)
downloaddocs-49bc50b99693f78ebbfe7fbe5ffb00ebb3deb6ed.tar.gz
docs-49bc50b99693f78ebbfe7fbe5ffb00ebb3deb6ed.tar.bz2
docs-49bc50b99693f78ebbfe7fbe5ffb00ebb3deb6ed.zip
-adjust custom.css for actual version of the theme in the docker container
-rw-r--r--_static/custom.css10
1 files 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%;
+ }
+}