AlenkaF commented on code in PR #38148:
URL: https://github.com/apache/arrow/pull/38148#discussion_r1350035885


##########
docs/source/_static/theme_overrides.css:
##########
@@ -21,12 +21,18 @@
 /* Customizing with theme CSS variables */
 
 :root {
-  /* Change header hight to make the logo a bit larger */
-  --pst-header-height: 6rem;
   /* Make headings more bold */
   --pst-font-weight-heading: 600;
 }
 
+/* Change header hight to make the logo a bit larger */
+/* only on wider screens */
+@media only screen and (min-width: 950px){

Review Comment:
   I am not sure this will help any as the version switcher and search buttons 
are already causing issues (see 
https://github.com/pydata/pydata-sphinx-theme/issues/1493#issuecomment-1746819706),
 but am trying locally now to see.



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

Reply via email to