forked from MarseyWorld/MarseyWorld
fix
parent
b855754b76
commit
ab14fa72dd
|
@ -5,8 +5,8 @@
|
||||||
{% block pagetype %}{% endblock %}
|
{% block pagetype %}{% endblock %}
|
||||||
|
|
||||||
{% block subHeader %}
|
{% block subHeader %}
|
||||||
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t-md">
|
<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-200 to-gray-100 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 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