浏览代码

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