diff --git a/themes/mytheme/assets/css/common/post-single.css b/themes/mytheme/assets/css/common/post-single.css
index bf19aed..6ca7aa5 100644
--- a/themes/mytheme/assets/css/common/post-single.css
+++ b/themes/mytheme/assets/css/common/post-single.css
@@ -379,15 +379,15 @@ h6:hover .anchor {
}
.pag-back {
- height: 24px;
- width: 24px;
+ height: 20px;
+ width: 20px;
color: var(--secondary);
margin-left: 0px;
margin-bottom: 24px;
}
.pag-back:hover {
- transform: scale(1.2);
+ transform: scale(1.1);
transition-duration: 0.1s;
}
diff --git a/themes/mytheme/layouts/_default/single.html b/themes/mytheme/layouts/_default/single.html
index 2a9dc1d..3f6f320 100644
--- a/themes/mytheme/layouts/_default/single.html
+++ b/themes/mytheme/layouts/_default/single.html
@@ -39,7 +39,7 @@