forked from MarseyWorld/MarseyWorld
fix
parent
009a938f2e
commit
f9370e8902
|
@ -1,5 +1,5 @@
|
|||
<!-- This example requires Tailwind CSS v2.0+ -->
|
||||
<nav class="fixed top-0 w-full bg-gray-900" style="z-index: 1030;">
|
||||
<nav class="fixed top-0 w-full bg-gray-800" style="z-index: 1030;">
|
||||
<div class="w-full max-w-screen-2xl mx-auto grid grid-cols-12 px-8">
|
||||
<div class="relative col-span-full flex items-center justify-between h-16">
|
||||
<div class="absolute inset-y-0 left-0 flex items-center sm:hidden">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
{% block subHeader %}
|
||||
<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-500 to-gray-400 rounded-t-md 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…
Reference in New Issue