Fix
This commit is contained in:
parent
831614e5c1
commit
525d223c1b
|
@ -298,7 +298,7 @@
|
|||
}
|
||||
|
||||
.post-footer {
|
||||
margin-top: 56px;
|
||||
margin-top: 48px;
|
||||
}
|
||||
|
||||
.post-tags li {
|
||||
|
@ -373,10 +373,19 @@ h6:hover .anchor {
|
|||
}
|
||||
|
||||
.pag-back {
|
||||
font-size: 18px;
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
color: var(--secondary);
|
||||
margin-left: 0px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
.pag-back:hover {
|
||||
transform: scale(1.2);
|
||||
transition-duration: 0.1s;
|
||||
}
|
||||
|
||||
|
||||
.paginav .title {
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
|
|
|
@ -38,8 +38,8 @@
|
|||
{{- end }}
|
||||
</ul>
|
||||
<nav class="pag-back">
|
||||
<a href="#" onclick="window.history.back()">
|
||||
< Back
|
||||
<a href="#back" onclick="window.history.back()">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 0 24 24" width="24" focusable="false" style="pointer-events: none; display: block; width: 100%; height: 100%;" fill="currentColor" stroke="white" stroke-width="1"><polygon points="11.65,3.50 3.80,11.35 11.65,19.20 12.36,18.50 5.71,11.85 20.15,11.85 20.15,10.85 5.71,10.85 12.36,4.20"></polygon></svg>
|
||||
</a>
|
||||
</nav>
|
||||
<br/>
|
||||
|
|
Loading…
Reference in New Issue