{% include '_partials/header/sub-menu.njk' %}
-
diff --git a/source/css/_schemes/Gemini/index.styl b/source/css/_schemes/Gemini/index.styl
index 9d2d2be..4cf5516 100644
--- a/source/css/_schemes/Gemini/index.styl
+++ b/source/css/_schemes/Gemini/index.styl
@@ -60,7 +60,7 @@
}
// Top main padding from header to posts (default 40px).
-.content {
+.post-block:first-of-type {
padding-top: initial;
}
@@ -85,7 +85,7 @@
box-shadow: $box-shadow-inner;
// Adapt submenu(s) with post-blocks.
- + .content .post-block {
+ + .post-block {
box-shadow: $box-shadow;
margin-top: $sidebar-offset;
diff --git a/source/css/_schemes/Mist/_layout.styl b/source/css/_schemes/Mist/_layout.styl
index 0ca48e7..6fc142e 100644
--- a/source/css/_schemes/Mist/_layout.styl
+++ b/source/css/_schemes/Mist/_layout.styl
@@ -21,7 +21,7 @@ hr {
padding-bottom: 80px;
}
-.content {
+.post-block:first-of-type {
padding-top: 80px;
+mobile() {
diff --git a/source/css/_schemes/Muse/_header.styl b/source/css/_schemes/Muse/_header.styl
index f58a6ce..01248ed 100644
--- a/source/css/_schemes/Muse/_header.styl
+++ b/source/css/_schemes/Muse/_header.styl
@@ -21,7 +21,7 @@
padding-bottom: 60px;
}
-.content {
+.post-block:first-of-type {
padding-top: 70px;
+mobile() {
diff --git a/source/css/_schemes/Pisces/_layout.styl b/source/css/_schemes/Pisces/_layout.styl
index c567231..c11acd2 100644
--- a/source/css/_schemes/Pisces/_layout.styl
+++ b/source/css/_schemes/Pisces/_layout.styl
@@ -48,7 +48,7 @@
}
}
-.content {
+.post-block:first-of-type {
padding-top: 40px;
}
- {% block content %}{% endblock %}
-
+ {% block content %}{% endblock %}
{% include '_partials/comments.njk' %}