From efbd9a45eac1d41ad80574029beda2ecfdbd56a3 Mon Sep 17 00:00:00 2001 From: shanghaikid Date: Fri, 20 Dec 2024 21:45:26 +0800 Subject: [PATCH] update milvus archtecture picture Signed-off-by: shanghaikid --- src/pages/intro.tsx | 2 +- src/styles/intro.module.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/intro.tsx b/src/pages/intro.tsx index b1c3a00bb..726e93d58 100644 --- a/src/pages/intro.tsx +++ b/src/pages/intro.tsx @@ -201,7 +201,7 @@ export default function WhatIsMilvus() {
Milvus Architecture Overview
diff --git a/src/styles/intro.module.less b/src/styles/intro.module.less index 6960b3896..dd00a0f77 100644 --- a/src/styles/intro.module.less +++ b/src/styles/intro.module.less @@ -110,9 +110,9 @@ } .imageWrapper { - background-color: #f5f8fb; text-align: center; margin-bottom: 30px; + padding: 8px 0; @media @tablet, @phone { padding: 0 15px;