Quellcode durchsuchen

Stratford: Fix social menu alignment - remove unnecessary code

Danny Dudzic vor 4 Jahren
Ursprung
Commit
9647a9c650
3 geänderte Dateien mit 0 neuen und 3 gelöschten Zeilen
  1. 0 1
      stratford/sass/_extra-child-theme.scss
  2. 0 1
      stratford/style-rtl.css
  3. 0 1
      stratford/style.css

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

@@ -252,7 +252,6 @@ a {
 
 
 .site-footer {
 .site-footer {
 	> .social-navigation {
 	> .social-navigation {
-		flex: 1 0 50%;
 		order: 2;
 		order: 2;
 		margin-bottom: 0;
 		margin-bottom: 0;
 	}
 	}

+ 0 - 1
stratford/style-rtl.css

@@ -4261,7 +4261,6 @@ p:not(.site-title) a:hover {
 }
 }
 
 
 .site-footer > .social-navigation {
 .site-footer > .social-navigation {
-	flex: 1 0 50%;
 	order: 2;
 	order: 2;
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }

+ 0 - 1
stratford/style.css

@@ -4290,7 +4290,6 @@ p:not(.site-title) a:hover {
 }
 }
 
 
 .site-footer > .social-navigation {
 .site-footer > .social-navigation {
-	flex: 1 0 50%;
 	order: 2;
 	order: 2;
 	margin-bottom: 0;
 	margin-bottom: 0;
 }
 }