You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/23 09:52:44 UTC

[GitHub] [camel-website] zregvart commented on a change in pull request #231: CAMEL-14732: Position footer to be at the bottom of the page

zregvart commented on a change in pull request #231: CAMEL-14732: Position footer to be at the bottom of the page
URL: https://github.com/apache/camel-website/pull/231#discussion_r396326911
 
 

 ##########
 File path: antora-ui-camel/src/css/footer.css
 ##########
 @@ -64,7 +65,10 @@ footer .footer dl dd {
 
 .edit {
   max-width: var(--static-max-width--desktop);
-  margin: auto;
+  position: relative;
+  margin-top: 10em;
 
 Review comment:
   Perhaps we could use `rem` here?
   
   ```suggestion
     margin-top: 10rem;
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services