fix
This commit is contained in:
parent
d7f306e9b2
commit
e69082e347
1 changed files with 2 additions and 2 deletions
|
@ -88,9 +88,9 @@
|
|||
<div class="flex h-screen pt-12 sm:pt-16 bg-gray-700">
|
||||
<div class="w-full overflow-y-auto">
|
||||
|
||||
<div class="px-4 bg-gray-900" id="sub-header-row">
|
||||
<div class="px-4 bg-gray-700" id="sub-header-row">
|
||||
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t-md">
|
||||
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-800 to-gray-700 rounded-t-md sub-header-shadow"></div>
|
||||
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-300 to-gray-200 rounded-t sub-header-shadow"></div>
|
||||
<div class="relative col-span-full flex items-center">
|
||||
<div>
|
||||
<h1 class="font-bold text-xl font-heading leading-normal">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue