From 5b22214abbc6fa9c61300eabf01eab4f1646b209 Mon Sep 17 00:00:00 2001
From: MultiMote
Date: Sun, 1 Jan 2023 22:58:40 +0300
Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?=
=?UTF-8?q?=D0=BD=20disqus?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
themes/mmotium/assets/css/style.scss | 14 ++++++++++----
themes/mmotium/layouts/_default/single.html | 18 ++++++++++++++++++
2 files changed, 28 insertions(+), 4 deletions(-)
diff --git a/themes/mmotium/assets/css/style.scss b/themes/mmotium/assets/css/style.scss
index 0491262..eba2697 100644
--- a/themes/mmotium/assets/css/style.scss
+++ b/themes/mmotium/assets/css/style.scss
@@ -41,10 +41,11 @@ nav.navbar {
}
.post.single {
- & {
- background-color: $post-bg-color;
- padding: 24px;
- }
+ & {
+ background-color: $post-bg-color;
+ padding: 24px;
+ margin-bottom: 16px;
+ }
.image-wrapper {
& {
@@ -176,4 +177,9 @@ section.posts {
.page-footer {
min-height: 16px;
+}
+
+.comments {
+ background-color: $post-bg-color;
+ padding: 24px;
}
\ No newline at end of file
diff --git a/themes/mmotium/layouts/_default/single.html b/themes/mmotium/layouts/_default/single.html
index d385014..e53d51b 100644
--- a/themes/mmotium/layouts/_default/single.html
+++ b/themes/mmotium/layouts/_default/single.html
@@ -17,4 +17,22 @@
{{- .Content -}}
+
+
{{ end }}
\ No newline at end of file