summaryrefslogtreecommitdiffstats
path: root/docs/.vitepress/theme/index.styl
diff options
context:
space:
mode:
Diffstat (limited to 'docs/.vitepress/theme/index.styl')
-rw-r--r--docs/.vitepress/theme/index.styl28
1 files changed, 24 insertions, 4 deletions
diff --git a/docs/.vitepress/theme/index.styl b/docs/.vitepress/theme/index.styl
index ff2886130..d8d6d8eb5 100644
--- a/docs/.vitepress/theme/index.styl
+++ b/docs/.vitepress/theme/index.styl
@@ -1,9 +1,29 @@
@import "palette"
-.home .hero img
- max-width: 500px !important
- min-width: 300px
- width: 100%
+.VPHero .container
+ flex-direction: column
+ text-align: center !important
+ gap: 10px
+
+.VPHero .image
+ order: 0
+ margin: 0
+
+.VPHero .image-container
+ transform: none
+ height: auto
+
+.VPHero .image img
+ max-height: 130px
+ max-width: none
+ position: static
+ transform: none
+
+.VPHero .container .actions
+ justify-content: center !important
+
+.VPHero .main
+ margin: 0 auto
.center
margin 0 auto