diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index 72df3d0cf..73df4fb6f 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