aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscss/style.scss4
-rw-r--r--style.css2
2 files changed, 6 insertions, 0 deletions
diff --git a/scss/style.scss b/scss/style.scss
index a622cef..ac58e9f 100755
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -254,6 +254,10 @@ nav {
font-size: 22px;
font-style: italic;
}
+
+ .comments {
+ margin-top: 10px;
+ }
}
.wrapper-footer {
diff --git a/style.css b/style.css
index 3a82aa5..2494d01 100644
--- a/style.css
+++ b/style.css
@@ -221,6 +221,8 @@ nav {
color: #666666;
font-size: 22px;
font-style: italic; }
+.post .comments {
+ margin-top: 10px; }
.wrapper-footer {
margin-top: 50px;