Ver Fonte

Merge pull request #2688 from Automattic/fix/seedlet-image-links

Seedlet: fix image template link spacing
Jeff Ong há 4 anos atrás
pai
commit
fc7cf0b094

+ 1 - 1
seedlet/assets/sass/components/pagination/_style.scss

@@ -27,7 +27,7 @@
 	.nav-links {
 		@include media(mobile) {
 			display: flex;
-			justify-content: center;
+			justify-content: space-between;
 
 			.nav-next,
 			.nav-previous {

+ 1 - 1
seedlet/style-rtl.css

@@ -3333,7 +3333,7 @@ nav a {
 @media only screen and (min-width: 482px) {
 	.navigation .nav-links {
 		display: flex;
-		justify-content: center;
+		justify-content: space-between;
 	}
 	.navigation .nav-links .nav-next,
 	.navigation .nav-links .nav-previous {

+ 1 - 1
seedlet/style.css

@@ -3354,7 +3354,7 @@ nav a {
 @media only screen and (min-width: 482px) {
 	.navigation .nav-links {
 		display: flex;
-		justify-content: center;
+		justify-content: space-between;
 	}
 	.navigation .nav-links .nav-next,
 	.navigation .nav-links .nav-previous {

Diff do ficheiro suprimidas por serem muito extensas
+ 1 - 0
seedlet/style.css.map


Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff