alpinegizmo commented on pull request #14903:
URL: https://github.com/apache/flink/pull/14903#issuecomment-776229159


   I recommend making this change:
   
   ```
   diff --git a/docs/assets/_custom.scss b/docs/assets/_custom.scss
   index f9641bdff3..dfacac7a9b 100644
   --- a/docs/assets/_custom.scss
   +++ b/docs/assets/_custom.scss
   @@ -77,6 +77,10 @@ aside nav ul {
      }
    }
    
   +.book-page {
   +    padding: 2rem 2rem;
   +}
   +
    .book-search {
           border: 2px solid #ebebeb;
    }
   ```
   
   This increases the left and right padding around the main part of the page, 
making it more like the current docs. Also looks better, imo.
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to