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

xuetaoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 23e3cb28abe fix:fix herosection margin on smaller screens (#3188)
23e3cb28abe is described below

commit 23e3cb28abefc3ed17ede8fcc76e3f66082cb07b
Author: Prakash Kumar <[email protected]>
AuthorDate: Sun Apr 12 17:16:45 2026 +0530

    fix:fix herosection margin on smaller screens (#3188)
---
 layouts/shortcodes/blocks/cover.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/layouts/shortcodes/blocks/cover.html 
b/layouts/shortcodes/blocks/cover.html
index 7938f491c54..16cf1284307 100644
--- a/layouts/shortcodes/blocks/cover.html
+++ b/layouts/shortcodes/blocks/cover.html
@@ -71,7 +71,7 @@
   }
 
   .homepage_slogan {
-    margin-top: 50px;
+    margin-top: 90px;
     font-size: 31px;
     font-weight: bold;
     line-height: 35px;
@@ -80,6 +80,7 @@
     @media only screen and (min-width: 768px) {
       font-size: 64px;
       line-height: 64px;
+      margin-top: 50px;
     }
 
     @media only screen and (min-width: 1100px) {

Reply via email to