1
0
Fork 0

update ui

This commit is contained in:
nanxiaobei 2021-08-24 09:09:37 +08:00
parent c41f21e3d8
commit f114947fa1

View file

@ -3,7 +3,7 @@
* A simple, clean, flexible Hugo theme * A simple, clean, flexible Hugo theme
* https://github.com/nanxiaobei/hugo-paper * https://github.com/nanxiaobei/hugo-paper
* Designed by 南小北 (https://lee.so/) * Designed by 南小北 (https://lee.so/)
* Updated in 2021.8.20 * Updated in 2021.8.24
*/ */
/* Theme /* Theme
@ -432,7 +432,7 @@ img {
.post-content h4, .post-content h4,
.post-content h5, .post-content h5,
.post-content h6 { .post-content h6 {
margin-block: 3rem; margin-block: 2rem;
} }
.post-content h1 { .post-content h1 {
@ -461,6 +461,10 @@ img {
font-size: 1.5rem; font-size: 1.5rem;
} }
.post-content img {
margin-inline: auto;
}
.post-content a { .post-content a {
padding-bottom: 1px; padding-bottom: 1px;
border-bottom: 1.5px solid var(--pro); border-bottom: 1.5px solid var(--pro);