Fix
This commit is contained in:
parent
275441b523
commit
f0916edcd6
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue