فهرست منبع

Stratford: Fix social menu alignment

Danny Dudzic 4 سال پیش
والد
کامیت
a10caa20f5
3فایلهای تغییر یافته به همراه20 افزوده شده و 0 حذف شده
  1. 8 0
      stratford/sass/_extra-child-theme.scss
  2. 6 0
      stratford/style-rtl.css
  3. 6 0
      stratford/style.css

+ 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
  */

+ 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
  */

+ 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
  */