From 38d0a801fdb6f6fc2b4836553e78dee212fb8ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=B2=9A=E9=A6=A8?= <13450313+xiaolanxiner@user.noreply.giitee.com> Date: Wed, 10 Jan 2024 11:34:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=9A=E5=AE=A2=E5=88=97=E8=A1=A8=E5=8A=A0?= =?UTF-8?q?=E4=BA=86margin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/blog.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/blog.vue b/src/components/blog.vue index ba48721..ff7d1c8 100644 --- a/src/components/blog.vue +++ b/src/components/blog.vue @@ -977,8 +977,7 @@ option { .blog-card { width: 31%; - margin-bottom: 20px; - margin-top: 20px; + margin: 20px auto; background: linear-gradient(to bottom, #f3dcfc, #e5ddff); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); border-radius: 10px;