This commit is contained in:
Morgan 2023-12-02 09:52:10 +09:00
parent 275441b523
commit f0916edcd6
1 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@
.post-header {
margin: calc(var(--content-gap) * 3) auto calc(var(--content-gap) * 2) auto;
text-align: center;
position: relative;
}
.post-title {
@ -380,6 +381,9 @@ h6:hover .anchor {
height: 20px;
width: 20px;
color: var(--secondary);
position: absolute;
top: 10px;
left: 10px;
}
.pag-back:hover {
@ -428,6 +432,6 @@ img.in-text {
word-break: break-word;
}
.pag-back {
margin-left: 12px;
position: relative;
}
}