Tweak widget title sizes on mobile
This commit is contained in:
parent
46d405f276
commit
5a83ba9b9e
|
@ -1,7 +1,3 @@
|
|||
.widget {
|
||||
@apply text-xl;
|
||||
}
|
||||
|
||||
.widget a {
|
||||
@apply text-blue-700 font-bold;
|
||||
@apply text-blue-700 font-bold
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@ add_action('widgets_init', function () {
|
|||
array(
|
||||
'name' => 'Sidebar',
|
||||
'id' => 'sidebar-1',
|
||||
'before_title' => '<h2 class="text-5xl font-bold mt-6 mb-4 tracking-tight">',
|
||||
'before_title' => '<h2 class="text-2xl md:text-5xl font-bold mt-6 mb-4 tracking-tight">',
|
||||
'after_title' => '</h2>',
|
||||
'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