Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanxiaobei/hugo-paper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanxiaobei <nanxiaobei@gmail.com>2021-08-24 04:09:37 +0300
committernanxiaobei <nanxiaobei@gmail.com>2021-08-24 04:09:37 +0300
commitf114947fa15d1e53682f05e85fd9fec7e0d3be20 (patch)
tree523e4f9afcb1bde0bdc2fe548ffb344a593d9cf4
parentc41f21e3d8ef7557b39b0e6c574eb0cba5f0b86f (diff)
update ui
-rw-r--r--assets/app.css8
1 files 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);