Przeglądaj źródła

Stratford: Fix social menu alignment

Danny Dudzic 4 lat temu
rodzic
commit
a10caa20f5

+ 8 - 0
stratford/sass/_extra-child-theme.scss

@@ -250,6 +250,14 @@ a {
 	}
 	}
 }
 }
 
 
+.site-footer {
+	> .social-navigation {
+		flex: 1 0 50%;
+		order: 2;
+		margin-bottom: 0;
+	}
+}
+
 /**
 /**
  * 5. Archive Pagination and Post Navigation
  * 5. Archive Pagination and Post Navigation
  */
  */

+ 6 - 0
stratford/style-rtl.css

@@ -4260,6 +4260,12 @@ p:not(.site-title) a:hover {
 	}
 	}
 }
 }
 
 
+.site-footer > .social-navigation {
+	flex: 1 0 50%;
+	order: 2;
+	margin-bottom: 0;
+}
+
 /**
 /**
  * 5. Archive Pagination and Post Navigation
  * 5. Archive Pagination and Post Navigation
  */
  */

+ 6 - 0
stratford/style.css

@@ -4289,6 +4289,12 @@ p:not(.site-title) a:hover {
 	}
 	}
 }
 }
 
 
+.site-footer > .social-navigation {
+	flex: 1 0 50%;
+	order: 2;
+	margin-bottom: 0;
+}
+
 /**
 /**
  * 5. Archive Pagination and Post Navigation
  * 5. Archive Pagination and Post Navigation
  */
  */