You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by da...@apache.org on 2022/09/28 16:16:15 UTC

[kafka-site] 01/01: quick fix for TOC handle

This is an automated email from the ASF dual-hosted git repository.

davidarthur pushed a commit to branch fix-toc-handle-margin
in repository https://gitbox.apache.org/repos/asf/kafka-site.git

commit e403b3a5d47a7f97082482d7753cdafc34546fda
Author: David Arthur <mu...@gmail.com>
AuthorDate: Wed Sep 28 12:15:49 2022 -0400

    quick fix for TOC handle
---
 css/styles.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/css/styles.css b/css/styles.css
index 697ad892..183c9617 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1215,7 +1215,7 @@ nav .btn {
 }
 .content.documentation--current .right {
     max-width: 65rem;
-    margin: 0 0 0 auto;
+    margin: 0 0 0 33rem;
 }
 .content.documentation--current.expanded .right {
     max-width: 85rem;
@@ -2686,4 +2686,4 @@ pre[class*="language-"].line-numbers > code {
     display: block;
     padding-right: 0.8em;
     text-align: right;
-}
\ No newline at end of file
+}