From 0099973a9d910450ae62bb289aeff15d23025fff Mon Sep 17 00:00:00 2001 From: James Rosado Date: Thu, 30 Jun 2022 13:56:49 -0400 Subject: [PATCH] remove whitespace --- .../class-boldgrid-framework-customizer-typography.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/includes/customizer/class-boldgrid-framework-customizer-typography.php b/src/includes/customizer/class-boldgrid-framework-customizer-typography.php index 67c3d99ef..7e27b49bd 100644 --- a/src/includes/customizer/class-boldgrid-framework-customizer-typography.php +++ b/src/includes/customizer/class-boldgrid-framework-customizer-typography.php @@ -492,7 +492,7 @@ public function generate_headings_css( $css = '' ) { */ public function generate_responsive_headings( $responsive_sizes, $selectors, $css ) { $responsive_sizes = is_string( $responsive_sizes ) ? json_decode( $responsive_sizes, true ) : $responsive_sizes; - + foreach ( $selectors as $selector => $options ) { if ( 'headings' !== $options['type'] ) { continue; @@ -515,7 +515,7 @@ public function generate_responsive_headings( $responsive_sizes, $selectors, $cs if ( isset( $responsive_sizes['phone'] ) ) { $headings_size = preg_split( '/(?<=[0-9])(?=[a-z]+)/i', $responsive_sizes['phone'] ); $headings_base = $headings_size[0]; - $headings_unit = $headings_size[1]; + $headings_unit = $headings_size[1]; $css .= '@media only screen and (max-width: 766px) {'; foreach ( $selectors as $selector => $options ) {