浏览代码

Remove unnecessary flexbox rules.

Kjell Reigstad 4 年之前
父节点
当前提交
6583f7ec55

+ 0 - 7
seedlet/assets/css/ie.css

@@ -4847,10 +4847,6 @@ nav a {
 
 .site-footer {
 	overflow: hidden;
-	display: flex;
-	align-items: flex-start;
-	flex-wrap: wrap;
-	flex-direction: column;
 }
 
 .site-footer > .site-info {
@@ -4907,9 +4903,6 @@ nav a {
 	color: #333333;
 	margin: 0;
 	padding-left: 0;
-	display: flex;
-	flex-wrap: wrap;
-	justify-content: flex-start;
 }
 
 .site-footer > .footer-navigation .footer-menu > li {

+ 0 - 4
seedlet/assets/sass/components/footer/_footer-branding.scss

@@ -2,10 +2,6 @@
 
 .site-footer {
 	overflow: hidden;
-	display: flex;
-	align-items: flex-start;
-	flex-wrap: wrap;
-	flex-direction: column;
 }
 
 // Footer Branding

+ 0 - 3
seedlet/assets/sass/components/footer/_footer-navigation.scss

@@ -17,9 +17,6 @@
 		color: var(--footer--color-text);
 		margin: 0;
 		padding-left: 0;
-		display: flex;
-		flex-wrap: wrap;
-		justify-content: flex-start;
 
 		& > li {
 			display: inline-block;

+ 0 - 7
seedlet/style-rtl.css

@@ -3330,10 +3330,6 @@ nav a {
 
 .site-footer {
 	overflow: hidden;
-	display: flex;
-	align-items: flex-start;
-	flex-wrap: wrap;
-	flex-direction: column;
 }
 
 .site-footer > .site-info {
@@ -3386,9 +3382,6 @@ nav a {
 	color: var(--footer--color-text);
 	margin: 0;
 	padding-right: 0;
-	display: flex;
-	flex-wrap: wrap;
-	justify-content: flex-start;
 }
 
 .site-footer > .footer-navigation .footer-menu > li {

+ 0 - 7
seedlet/style.css

@@ -3355,10 +3355,6 @@ nav a {
 
 .site-footer {
 	overflow: hidden;
-	display: flex;
-	align-items: flex-start;
-	flex-wrap: wrap;
-	flex-direction: column;
 }
 
 .site-footer > .site-info {
@@ -3411,9 +3407,6 @@ nav a {
 	color: var(--footer--color-text);
 	margin: 0;
 	padding-left: 0;
-	display: flex;
-	flex-wrap: wrap;
-	justify-content: flex-start;
 }
 
 .site-footer > .footer-navigation .footer-menu > li {