This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git
The following commit(s) were added to refs/heads/main by this push:
new 7de488c feat: home image center (#41)
7de488c is described below
commit 7de488c741c8f10ce4f57a8ea944a5fea8ff21b0
Author: songjianet <[email protected]>
AuthorDate: Fri Dec 31 18:24:22 2021 +0800
feat: home image center (#41)
---
src/pages/home/index.less | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/home/index.less b/src/pages/home/index.less
index 742a70b..4bb3983 100644
--- a/src/pages/home/index.less
+++ b/src/pages/home/index.less
@@ -91,8 +91,8 @@
}
.architecture-image {
- display: block;
- width: 850px;
+ display: flex;
+ justify-content: center;
min-height: 460px;
margin: 52px auto 20px;
}
@@ -411,4 +411,4 @@
animation: move_wave 15s linear infinite;
}
-}
\ No newline at end of file
+}