Browse Source

Fix for widget columns padding.

Jeffrey Pearce 6 years ago
parent
commit
db74f23c27
3 changed files with 3 additions and 0 deletions
  1. 1 0
      stow/sass/_extra-child-theme.scss
  2. 1 0
      stow/style-rtl.css
  3. 1 0
      stow/style.css

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

@@ -380,6 +380,7 @@ a {
 						section {
 						section {
 							&.widget {
 							&.widget {
 								flex-basis: 50%;
 								flex-basis: 50%;
+								padding-right: #{map-deep-get($config-global, "spacing", "vertical")};
 							}
 							}
 						}
 						}
 						> *:first-child {
 						> *:first-child {

+ 1 - 0
stow/style-rtl.css

@@ -3578,6 +3578,7 @@ a {
 	}
 	}
 	.site-footer div.footer-widgets aside.widget-area section.widget {
 	.site-footer div.footer-widgets aside.widget-area section.widget {
 		flex-basis: 50%;
 		flex-basis: 50%;
+		padding-left: 32px;
 	}
 	}
 	.site-footer div.footer-widgets aside.widget-area > *:first-child {
 	.site-footer div.footer-widgets aside.widget-area > *:first-child {
 		margin-top: 32px;
 		margin-top: 32px;

+ 1 - 0
stow/style.css

@@ -3583,6 +3583,7 @@ a {
 	}
 	}
 	.site-footer div.footer-widgets aside.widget-area section.widget {
 	.site-footer div.footer-widgets aside.widget-area section.widget {
 		flex-basis: 50%;
 		flex-basis: 50%;
+		padding-right: 32px;
 	}
 	}
 	.site-footer div.footer-widgets aside.widget-area > *:first-child {
 	.site-footer div.footer-widgets aside.widget-area > *:first-child {
 		margin-top: 32px;
 		margin-top: 32px;