ソースを参照

Merge pull request #3474 from Automattic/fix/3384-stratford-social-menu-footer-alignment

Stratford: Fix social menu alignment
Daniel Dudzic 4 年 前
コミット
b22e12b419

+ 1 - 1
stratford/package-lock.json

@@ -1,6 +1,6 @@
 {
   "name": "stratford",
-  "version": "1.4.7",
+  "version": "1.4.8",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {

+ 1 - 1
stratford/package.json

@@ -1,6 +1,6 @@
 {
   "name": "stratford",
-  "version": "1.4.7",
+  "version": "1.4.8",
   "description": "Stratford",
   "bugs": {
     "url": "https://github.com/Automattic/themes/issues"

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

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

+ 1 - 1
stratford/sass/style-child-theme.scss

@@ -5,7 +5,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Requires at least: WordPress 4.9.6
-Version: 1.4.7
+Version: 1.4.8
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia

+ 6 - 1
stratford/style-rtl.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Requires at least: WordPress 4.9.6
-Version: 1.4.7
+Version: 1.4.8
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia
@@ -4260,6 +4260,11 @@ p:not(.site-title) a:hover {
 	}
 }
 
+.site-footer > .social-navigation {
+	order: 2;
+	margin-bottom: 0;
+}
+
 /**
  * 5. Archive Pagination and Post Navigation
  */

+ 6 - 1
stratford/style.css

@@ -6,7 +6,7 @@ Author: Automattic
 Author URI: https://automattic.com/
 Description: Stratford is the perfect design for your business or educational institutes online presence. Highlight your products and services, Stratford is versatile enough to be your personal blog too.
 Requires at least: WordPress 4.9.6
-Version: 1.4.7
+Version: 1.4.8
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: varia
@@ -4289,6 +4289,11 @@ p:not(.site-title) a:hover {
 	}
 }
 
+.site-footer > .social-navigation {
+	order: 2;
+	margin-bottom: 0;
+}
+
 /**
  * 5. Archive Pagination and Post Navigation
  */