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


##########
landing-page/static/css/landing-page.css:
##########
@@ -239,7 +239,7 @@ h4:hover a { visibility: visible}
 /* Fixed table of contents */
 .grid-container {
     display: grid;
-    grid-template-columns: 5fr 1fr;
+    grid-template-columns: var(--grid-dimensions);

Review Comment:
   This is so that we can have the grid sections variable, based on if we show 
the TOC on a particular page or not.



-- 
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