summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/rusted/static/css/_layout.scss4
-rw-r--r--themes/rusted/templates/article.html13
2 files changed, 8 insertions, 9 deletions
diff --git a/themes/rusted/static/css/_layout.scss b/themes/rusted/static/css/_layout.scss
index c72f4e0..d5980c7 100644
--- a/themes/rusted/static/css/_layout.scss
+++ b/themes/rusted/static/css/_layout.scss
@@ -96,8 +96,8 @@ body > footer {
*/
.post {
- margin-top: 32px;
- border: 1px solid $grey-colour-light;
+ margin-bottom: 32px;
+ border-bottom: 1px solid $grey-colour-light;
padding: 24px;
border-radius: 8px;
}
diff --git a/themes/rusted/templates/article.html b/themes/rusted/templates/article.html
index bd15a8f..4c94e8b 100644
--- a/themes/rusted/templates/article.html
+++ b/themes/rusted/templates/article.html
@@ -17,13 +17,6 @@
{% endblock meta_tags_in_head %}
{% block content %}
-
-<div class="row text-center">
- <h3> Like what you see? Subscribe! </h3>
-</div>
-
-{% include "_subscribe-form.html" %}
-
<div class="post">
<header class="post-header">
{% include "_post-title.html" %}
@@ -34,4 +27,10 @@
</article>
</div>
+
+<div class="row text-center">
+ <h3> Like what you see? Subscribe! </h3>
+</div>
+
+{% include "_subscribe-form.html" %}
{% endblock content %}