From 741fa658d384cf5ae8811aedfc1b1d9794f45a80 Mon Sep 17 00:00:00 2001 From: Octobug Date: Thu, 14 Dec 2023 22:49:46 +0800 Subject: [PATCH] feat(css): align post iamges at the center --- .vitepress/theme/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index c5f5e41..79ec38c 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -200,6 +200,8 @@ a.VPSocialLink[aria-label="mastodon"]>svg { border-radius: 0.5rem; box-shadow: 0 0.5rem 0.8rem var(--ct-c-shadow); margin-bottom: 2rem; + margin-left: auto; + margin-right: auto; } .dark .main img {