浏览代码

Fix for widget columns padding.

Jeffrey Pearce 6 年之前
父节点
当前提交
db74f23c27
共有 3 个文件被更改,包括 3 次插入0 次删除
  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 {
 							&.widget {
 								flex-basis: 50%;
+								padding-right: #{map-deep-get($config-global, "spacing", "vertical")};
 							}
 						}
 						> *:first-child {

+ 1 - 0
stow/style-rtl.css

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

+ 1 - 0
stow/style.css

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