Browse Source

removed 'default vertical padding' from all the elements

Jason Crist 4 năm trước cách đây
mục cha
commit
ca8bf03231

+ 0 - 6
blank-canvas-blocks/assets/ponyfill.css

@@ -75,12 +75,6 @@ body {
 	box-sizing: border-box;
 }
 
-.entry-content > *:not(:last-child):not(.wp-block-spacer),
-*[class*="__inner-container"] > *:not(:last-child):not(.wp-block-spacer),
-*[class*="__content"] > *:not(:last-child):not(.wp-block-spacer) {
-	margin-bottom: var(--wp--custom--margin--vertical);
-}
-
 .wp-site-blocks *[class*="__inner-container"] > .wp-block-group,
 .wp-site-blocks > *:not(.wp-block-post-content):not(.wp-block-template-part),
 .wp-site-blocks .wp-block-post-content > * {

+ 0 - 6
blank-canvas-blocks/sass/base/_alignment.scss

@@ -11,12 +11,6 @@ body {
 	box-sizing: border-box;
 }
 
-// This puts some space between all the elements in the content and in any containers (such as group of column)
-.entry-content > *:not(:last-child):not(.wp-block-spacer),
-*[class*="__inner-container"] > *:not(:last-child):not(.wp-block-spacer),
-*[class*="__content"] > *:not(:last-child):not(.wp-block-spacer){
-	margin-bottom: var(--wp--custom--margin--vertical);
-}
 
 // This is the default with of blocks on the page with not assign alignwide or alignfull
 .wp-site-blocks *[class*="__inner-container"] > .wp-block-group,