Decrease top margin for widgets

This commit is contained in:
Oliver Davies 2019-03-28 08:52:17 +00:00
parent ceb21b007e
commit 619403d57f

View file

@ -9,7 +9,7 @@ add_action('widgets_init', function () {
'id' => 'tw-sidebar',
'before_title' => '<h2 class="text-4xl font-bold text-gray-800 mt-6 mb-4 tracking-tight">',
'after_title' => '</h2>',
'before_widget' => '<div class="mt-16 w-1/2 px-6">',
'before_widget' => '<div class="mt-10 w-1/2 px-6">',
'after_widget' => '</div>',
)
);