Explorar o código

Merge pull request #2723 from Automattic/fix/spearhead-sticky-post-paddings

Spearhead: fixed paddings after sticky post
Jeff Ong %!s(int64=4) %!d(string=hai) anos
pai
achega
60ffb59ebf

+ 1 - 1
spearhead/assets/sass/_posts-and-pages.scss

@@ -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));
 	}
 }

+ 1 - 1
spearhead/style-rtl.css

@@ -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) {
 	padding-top: calc(2 * var(--global--spacing-vertical));
 }
 

+ 1 - 1
spearhead/style.css

@@ -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) {
 	padding-top: calc(2 * var(--global--spacing-vertical));
 }
 

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
spearhead/style.css.map


Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio