diff --git a/single.php b/single.php
index 86a2912..06cf823 100644
--- a/single.php
+++ b/single.php
@@ -16,10 +16,12 @@
Previous', 'coletivo' ) ); ?>
+
+
+
diff --git a/style.css b/style.css
index 34779f9..c5c1217 100644
--- a/style.css
+++ b/style.css
@@ -996,6 +996,10 @@ body.archive .page-header h1.page-title, body.category .page-header h1.page-titl
margin-top: 15px;
height: 45px;
}
+
+#content-inside {
+ padding-bottom: 20px;
+}
.content-area .entry-content {
font-size: 17px;
}
@@ -1003,7 +1007,7 @@ body.archive .page-header h1.page-title, body.category .page-header h1.page-titl
padding-top: 40px;
}
-.single-post .entry-content {
+.single-post .entry-content, .single-post .entry-footer {
margin-left: 0.935rem;
}
@@ -1021,7 +1025,7 @@ body.archive .page-header h1.page-title, body.category .page-header h1.page-titl
.single-post .post-navigator-box {
position: absolute;
- width: 30%;
+ width: 31%;
padding-top: 15%;
right: 0;
}
\ No newline at end of file