resources/views/layouts/app.blade.php: fixing page title responsivenes.
This commit is contained in:
parent
3e982bd02e
commit
9e5a1035a8
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<!-- Page title starts -->
|
||||
<div class="relative z-10 bg-gray-800 pt-8 pb-16">
|
||||
<div class="max-w-7xl px-6 mx-auto flex flex-col lg:flex-row items-start lg:items-center justify-between">
|
||||
<div class="max-w-7xl px-6 mx-auto flex items-start justify-between">
|
||||
<div>
|
||||
<h4 class="text-2xl font-bold leading-tight text-white">
|
||||
{{ $title }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue