You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@steve.apache.org by hu...@apache.org on 2022/04/03 15:34:20 UTC

[steve] branch asf-site-build updated: fix height issue with main page

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

humbedooh pushed a commit to branch asf-site-build
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/asf-site-build by this push:
     new 2f2e3a1  fix height issue with main page
2f2e3a1 is described below

commit 2f2e3a11ad8984c7f9a8f03f19948317073db284
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Sun Apr 3 17:34:18 2022 +0200

    fix height issue with main page
---
 theme/static/css/steve.css | 1 -
 1 file changed, 1 deletion(-)

diff --git a/theme/static/css/steve.css b/theme/static/css/steve.css
index 0c57df4..8b22715 100644
--- a/theme/static/css/steve.css
+++ b/theme/static/css/steve.css
@@ -8,7 +8,6 @@ html, body {
 
 #main_splash {
     width: 1200px;
-    min-height: 100%;
     background-image: url(../images/front-splash.png);
     background-position-y: 48px;
     background-repeat: no-repeat;