From bf61e8ffbe5c7ae46e9c9168f98512173a4d9bbf Mon Sep 17 00:00:00 2001 From: Arnab Wahid Date: Wed, 27 Jun 2018 13:59:10 +0530 Subject: [PATCH] Bottom margin in image alignment As proposed in #1273, `margin-botom: 1.5em;` added to all three image alignment classes. tab line 178 inc/woocommerce.php tab line 61 inc/custom-header.php --- inc/custom-header.php | 6 +++--- inc/woocommerce.php | 2 +- sass/modules/_alignments.scss | 3 +++ style.css | 3 +++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index a4c2a6cc..39cb10b0 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -56,9 +56,9 @@ if ( ! function_exists( '_s_header_style' ) ) : .site-description { position: absolute; clip: rect(1px, 1px, 1px, 1px); - } - .site-title a, diff --git a/inc/woocommerce.php b/inc/woocommerce.php index 6d6000ed..a0d70188 100644 --- a/inc/woocommerce.php +++ b/inc/woocommerce.php @@ -175,7 +175,7 @@ if ( ! function_exists( '_s_woocommerce_wrapper_after' ) ) { * @return void */ function _s_woocommerce_wrapper_after() { - ?> + ?>