This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/docs/dev by this push:
new c9981a59 fix home styles (#695)
c9981a59 is described below
commit c9981a59fbd3e88be6bf7a1daf8411f98aa60a9b
Author: CritasWang <[email protected]>
AuthorDate: Wed Jan 7 14:18:33 2026 +0800
fix home styles (#695)
---
src/.vuepress/styles/index.scss | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss
index 72df3d0c..73df4fb6 100644
--- a/src/.vuepress/styles/index.scss
+++ b/src/.vuepress/styles/index.scss
@@ -47,3 +47,10 @@
.theme-hope-content:not(.custom)>p, .theme-hope-content:not(.custom)>ul p,
.theme-hope-content:not(.custom)>ol p {
text-align: start !important;
}
+
+.vp-hero-image{
+ flex: 4.5;
+}
+.vp-hero-infos {
+ flex: 6;
+}
\ No newline at end of file