forked from MarseyWorld/MarseyWorld
fix
parent
0ce5a9939c
commit
740209d771
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{% block subHeader %}
|
{% block subHeader %}
|
||||||
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
|
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
|
||||||
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-400 to-gray-300 rounded-t 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 class="relative col-span-full flex items-center">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="font-bold text-xl font-heading leading-normal">
|
<h1 class="font-bold text-xl font-heading leading-normal">
|
||||||
|
|
Loading…
Reference in New Issue