samredai commented on code in PR #75:
URL: https://github.com/apache/iceberg-docs/pull/75#discussion_r875322082


##########
landing-page/layouts/_default/single.html:
##########
@@ -17,8 +17,16 @@
 </head>
 {{ partial "header.html" . }}
 <body dir="{{ .Site.Language.LanguageDirection | default " ltr" }}">
-    <div class="grid-container">
-        {{ partial "toc.html" . }}
+        {{ if (.Params.toc) }}
+        <div class="grid-container" style="--grid-dimensions: 5fr 1fr">

Review Comment:
   This grid-container makes the page content and TOC align much better and 
makes the page more responsive overall.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to