소스 검색

Remove top and bottom global paddings (#6845)

Miguel San Segundo 2 년 전
부모
커밋
0500207504
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      blank-canvas-3/theme.json

+ 1 - 3
blank-canvas-3/theme.json

@@ -276,10 +276,8 @@
 		"spacing": {
 			"blockGap": "1.5rem",
 			"padding": {
-				"bottom": "var(--wp--preset--spacing--40)",
 				"left": "var(--wp--preset--spacing--40)",
 				"right": "var(--wp--preset--spacing--40)",
-				"top": "var(--wp--preset--spacing--40)"
 			}
 		},
 		"typography": {
@@ -307,4 +305,4 @@
 	],
 	"version": 2,
 	"$schema": "https://schemas.wp.org/wp/6.1/theme.json"
-}
+}