gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 04/04: -adjust custom.css for actual version of the theme i


From: gnunet
Subject: [taler-docs] 04/04: -adjust custom.css for actual version of the theme in the docker container
Date: Tue, 08 Aug 2023 15:56:27 +0200

This is an automated email from the git hooks/post-receive script.

oec pushed a commit to branch master
in repository docs.

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

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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]