This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new dcd179a7df6 optimize: fix hero section layout (#1060)
dcd179a7df6 is described below
commit dcd179a7df6a8e3e1ab9bdf6c11967db612a5de8
Author: Navjot Maan <[email protected]>
AuthorDate: Sun Jan 11 09:40:26 2026 +0530
optimize: fix hero section layout (#1060)
---
src/pages/home/top/index.scss | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/pages/home/top/index.scss b/src/pages/home/top/index.scss
index 2899865e23a..b0fa2f1a6cb 100644
--- a/src/pages/home/top/index.scss
+++ b/src/pages/home/top/index.scss
@@ -35,6 +35,7 @@
box-sizing: border-box;
width: 50%;
z-index: 5;
+ padding: 40px;
}
.product-name {
position: relative;
@@ -136,7 +137,7 @@
color: #fff;
}
.animation {
- width: 546px;
+ width: 50%;
height: 578px;
position: absolute;
top: 146px;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]