Responsive widgets
This commit is contained in:
parent
13ed3fd86c
commit
d2e7ef9b30
|
@ -14,7 +14,7 @@ add_action('widgets_init', function () {
|
|||
'id' => 'sidebar-1',
|
||||
'before_title' => '<h2 class="text-5xl font-bold mt-6 mb-4 tracking-tight">',
|
||||
'after_title' => '</h2>',
|
||||
'before_widget' => '<div class="mt-10 w-1/2 px-6 text-2xl">',
|
||||
'before_widget' => '<div class="mt-10 w-full md:w-1/2 px-6 text-2xl">',
|
||||
'after_widget' => '</div>',
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue