rusackas commented on code in PR #38108:
URL: https://github.com/apache/superset/pull/38108#discussion_r3358037193


##########
docs/src/styles/main.css:
##########
@@ -260,10 +260,39 @@ a > span > svg {
 
 .footer {
   position: relative;
-  padding-top: 90px;
+  padding-top: 130px;
   font-size: 15px;
 }
 
+.footer__social-links {
+  background-color: #173036;
+  position: absolute;
+  top: 45px;

Review Comment:
   Good catch — fixed. The CI services bar renders ~52px tall (28px image + 
12px top/bottom padding), so I bumped the social-links bar to `top: 52px` on 
desktop and `top: 44px` on the mobile breakpoint so it sits below the CI bar 
instead of overlapping it.



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