This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c8d39881e3 [SPARK-44986][DOCS] There should be a gap at the bottom of 
the HTML
4c8d39881e3 is described below

commit 4c8d39881e3fe46dd74f3fc4f438c18422e69710
Author: panbingkun <[email protected]>
AuthorDate: Fri Sep 8 10:03:29 2023 -0700

    [SPARK-44986][DOCS] There should be a gap at the bottom of the HTML
    
    ### What changes were proposed in this pull request?
    The pr aims to add gap at the bottom of the HTML.
    
    ### Why are the changes needed?
    The old document style has good white space at the bottom, but the latest 
document has lost this piece, which looks unattractive and borderless.
    <img width="918" alt="image" 
src="https://github.com/apache/spark/assets/15246973/c7d4e1c9-f83a-4a4b-a22f-240f3ea534c9";>
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Manual testing.
    ```
    SKIP_API=1 bundle exec jekyll serve --watch
    ```
    
    ### Was this patch authored or co-authored using generative AI tooling?
    No.
    
    Closes #42702 from panbingkun/SPARK-44986.
    
    Authored-by: panbingkun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 docs/css/custom.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/css/custom.css b/docs/css/custom.css
index 4576f45d1ab..c4388c9650b 100644
--- a/docs/css/custom.css
+++ b/docs/css/custom.css
@@ -9,6 +9,7 @@ body {
   overflow-wrap: anywhere;
   overflow-x: hidden;
   padding-top: 80px;
+  padding-bottom: 20px;
 }
 
 a {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to