diff --git a/docs/.vitepress/src/views/home/TheHome.vue b/docs/.vitepress/src/views/home/TheHome.vue index 5688d122f4913eb3b783d27b52ec941ad2d5f4e5..790597844629a9d0a7a4699ce0dc8ac063037047 100644 --- a/docs/.vitepress/src/views/home/TheHome.vue +++ b/docs/.vitepress/src/views/home/TheHome.vue @@ -227,6 +227,11 @@ const hotSearch = (val: string) => { cursor: pointer; .o-icon { font-size: 40px; + + svg { + width: 40px; + height: 40px; + } } @include hover { .business-title { @@ -293,6 +298,11 @@ const hotSearch = (val: string) => { .business-card { .o-icon { font-size: 32px; + + svg { + width: 32px; + height: 32px; + } } } .business-title {