taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 49bc50b99693f78ebbfe7fbe5ffb00ebb3deb6ed
parent 4a322562ba06b370dcdecc860ae7d37869aab24b
Author: Özgür Kesim <oec@codeblau.de>
Date:   Tue,  8 Aug 2023 15:55:53 +0200

-adjust custom.css for actual version of the theme in the docker container

Diffstat:
M_static/custom.css | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git 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%; + } +}