You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ni...@apache.org on 2020/06/25 05:59:13 UTC

[incubator-heron] 01/01: Updated to make site look better on mobile

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

nicknezis pushed a commit to branch nicknezis/mobile-website-fix
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 103abcff0c4d234da5c0d4144642791708eaf37f
Author: Nicholas Nezis <ni...@gmail.com>
AuthorDate: Thu Jun 25 01:58:31 2020 -0400

    Updated to make site look better on mobile
---
 website2/website/pages/en/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website2/website/pages/en/index.js b/website2/website/pages/en/index.js
index 74760ce..780c174 100755
--- a/website2/website/pages/en/index.js
+++ b/website2/website/pages/en/index.js
@@ -33,7 +33,7 @@ class HomeSplash extends React.Component {
     );
 
     const Logo = props => (
-      <div className="" style={{width: '750px', alignItems: 'center', margin: 'auto'}}>
+      <div className="" style={{width: '100%', alignItems: 'center', margin: 'auto'}}>
         <img src={props.img_src} />
       </div>
     );