Browse Source

Removes button padding.

Jeffrey Pearce 6 years ago
parent
commit
76010879dd
2 changed files with 0 additions and 10 deletions
  1. 0 3
      stratford/sass/_extra-child-theme.scss
  2. 0 7
      stratford/style.css

+ 0 - 3
stratford/sass/_extra-child-theme.scss

@@ -229,9 +229,6 @@ body {
 .wp-block-cover__inner-container,
 .wp-block-columns,
 .wp-block-group {
-	.wp-block-button {
-		padding-bottom: $spacing_horizontal;
-	}
 	.wp-block-latest-posts {
 		border-bottom: 1px solid $color_background_light;
 		> li {

+ 0 - 7
stratford/style.css

@@ -3567,13 +3567,6 @@ input[type="submit"].has-background:visited,
 	padding-top: 4.75em;
 }
 
-.wp-block-coblocks-hero__box .wp-block-button,
-.wp-block-cover__inner-container .wp-block-button,
-.wp-block-columns .wp-block-button,
-.wp-block-group .wp-block-button {
-	padding-bottom: 16px;
-}
-
 .wp-block-coblocks-hero__box .wp-block-latest-posts,
 .wp-block-cover__inner-container .wp-block-latest-posts,
 .wp-block-columns .wp-block-latest-posts,