diff --git a/themes/oldtheme/assets/css/common/post-single.css b/themes/oldtheme/assets/css/common/post-single.css
index fcaa4e2..20c3475 100644
--- a/themes/oldtheme/assets/css/common/post-single.css
+++ b/themes/oldtheme/assets/css/common/post-single.css
@@ -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;
diff --git a/themes/oldtheme/layouts/_default/single.html b/themes/oldtheme/layouts/_default/single.html
index 0908ee0..7f9f2e0 100644
--- a/themes/oldtheme/layouts/_default/single.html
+++ b/themes/oldtheme/layouts/_default/single.html
@@ -38,8 +38,8 @@
{{- end }}