kou commented on code in PR #45228: URL: https://github.com/apache/arrow/pull/45228#discussion_r1912348109
########## docs/source/_static/theme_overrides.css: ########## @@ -25,14 +25,39 @@ --pst-font-weight-heading: 600; } -/* Change header hight to make the logo a bit larger */ +/* Change header height to make the logo a bit larger */ /* only on wider screens */ -@media only screen and (min-width: 1170px){ + +@media only screen and (min-width: 1200px){ Review Comment: ```suggestion @media only screen and (min-width: 1200px) { ``` ########## docs/source/_static/theme_overrides.css: ########## @@ -25,14 +25,39 @@ --pst-font-weight-heading: 600; } -/* Change header hight to make the logo a bit larger */ +/* Change header height to make the logo a bit larger */ /* only on wider screens */ -@media only screen and (min-width: 1170px){ + +@media only screen and (min-width: 1200px){ :root { --pst-header-height: 6rem; } } +/* Adjust layout of nav to fit narrower screens */ + +@media only screen and (max-width: 1199px){ Review Comment: ```suggestion @media only screen and (max-width: 1199px) { ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org