@@ -75,7 +75,7 @@
}
// The first non-sticky post does need extra top padding.
- + article:not(.post.sticky) {
+ + article:not(.sticky) {
padding-top: calc(2 * var(--global--spacing-vertical));
@@ -133,7 +133,7 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
padding-top: 0;
-.post.sticky + article:not(.post.sticky) {
+.post.sticky + article:not(.sticky) {