update ui
This commit is contained in:
parent
c41f21e3d8
commit
f114947fa1
1 changed files with 6 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue