Decrease top margin for widgets
This commit is contained in:
parent
ceb21b007e
commit
619403d57f
|
@ -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>',
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue