From f114947fa15d1e53682f05e85fd9fec7e0d3be20 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Tue, 24 Aug 2021 09:09:37 +0800 Subject: [PATCH] update ui --- assets/app.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/app.css b/assets/app.css index 6bfbee7..6b89b2e 100644 --- a/assets/app.css +++ b/assets/app.css @@ -3,7 +3,7 @@ * A simple, clean, flexible Hugo theme * https://github.com/nanxiaobei/hugo-paper * Designed by 南小北 (https://lee.so/) - * Updated in 2021.8.20 + * Updated in 2021.8.24 */ /* Theme @@ -432,7 +432,7 @@ img { .post-content h4, .post-content h5, .post-content h6 { - margin-block: 3rem; + margin-block: 2rem; } .post-content h1 { @@ -461,6 +461,10 @@ img { font-size: 1.5rem; } +.post-content img { + margin-inline: auto; +} + .post-content a { padding-bottom: 1px; border-bottom: 1.5px solid var(--pro);