소스 검색

Merge pull request #182 from Automattic/radcliffe-2-wc-css-fixes

Radcliffe 2: Margin fixes for WooCommerce pages
Daniel Dudzic 7 년 전
부모
커밋
d0d17617fb
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      radcliffe-2/woocommerce.css

+ 3 - 2
radcliffe-2/woocommerce.css

@@ -32,10 +32,11 @@
 
 .woocommerce .site-main {
 	text-align: center;
+	margin-bottom: 3em;
 }
 
 .woocommerce .site-main .products {
-	margin: 3em auto;
+	margin: 0 auto;
 	max-width: 92%;
 }
 
@@ -73,7 +74,7 @@
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
-	margin: 0 auto;
+	margin: 0 auto 3em;
 	max-width: 92%;
 	text-align: left;
 	width: 1300px;