From 619403d57f7481fd1876dcc82d93e51a78cd950e Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 28 Mar 2019 08:52:17 +0000 Subject: [PATCH] Decrease top margin for widgets --- wp-content/themes/twentynineteen-tailwindcss/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentynineteen-tailwindcss/functions.php b/wp-content/themes/twentynineteen-tailwindcss/functions.php index 76e7068..03f669a 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/functions.php +++ b/wp-content/themes/twentynineteen-tailwindcss/functions.php @@ -9,7 +9,7 @@ add_action('widgets_init', function () { 'id' => 'tw-sidebar', 'before_title' => '

', 'after_title' => '

', - 'before_widget' => '
', + 'before_widget' => '
', 'after_widget' => '
', ) );