diff --git a/independent-publisher-2/css/blocks.css b/independent-publisher-2/css/blocks.css index 5a21335781..a7d6a77297 100644 --- a/independent-publisher-2/css/blocks.css +++ b/independent-publisher-2/css/blocks.css @@ -195,7 +195,7 @@ p.has-drop-cap:not(:focus)::first-letter { background: #0087be; border: solid 1px transparent; border-radius: 3px; - box-sizing: content-box; + box-sizing: border-box; color: #fff; cursor: pointer; -webkit-transition: background 120ms ease-in-out, box-shadow 120ms ease-in-out; @@ -204,7 +204,7 @@ p.has-drop-cap:not(:focus)::first-letter { font-size: 16px; font-weight: 400; font-style: normal; - padding: .4375em .875em; + padding: .4375em 1.25em; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -294,7 +294,7 @@ body:not(.has-sidebar) .wp-block-table.alignfull { /* Buttons */ .wp-block-button .wp-block-button__link { - box-sizing: content-box; + box-sizing: border-box; cursor: pointer; -webkit-transition: background 120ms ease-in-out, box-shadow 120ms ease-in-out; transition: background 120ms ease-in-out, box-shadow 120ms ease-in-out; @@ -302,7 +302,7 @@ body:not(.has-sidebar) .wp-block-table.alignfull { font-size: 16px; font-weight: 400; font-style: normal; - padding: .4375em .875em; + padding: .4375em 1.25em; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -580,8 +580,8 @@ figure.a8c-posts-list-item__post-thumbnail { a.a8c-posts-list__view-all { display: inline-block; - box-sizing: content-box; - padding: .4375em .875em; + box-sizing: border-box; + padding: .4375em 1.25em; cursor: pointer; -webkit-transition: background 120ms ease-in-out, box-shadow 120ms ease-in-out; transition: background 120ms ease-in-out, box-shadow 120ms ease-in-out;