fix
parent
fb0e573948
commit
13016c199b
|
@ -260,7 +260,7 @@
|
|||
</div>
|
||||
|
||||
<div class="w-full md:px-4">
|
||||
<div class="w-full max-w-screen-2xl mx-auto mb-4 md:px-4 grid grid-cols-12 gap-6 bg-gray-100 rounded-b-xl" id="main-content-row">
|
||||
<div class="w-full max-w-screen-2xl mx-auto mb-4 md:px-4 grid grid-cols-12 gap-6 bg-gray-100 rounded-b" id="main-content-row">
|
||||
|
||||
{% block searchText %}
|
||||
{% endblock %}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{% extends "default.html" %}
|
||||
|
||||
{% block subHeader %}
|
||||
<div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t-xl">
|
||||
<div class="absolute top-0 left-0 w-full h-full bg-gradient-to-t from-gray-400 to-gray-300 rounded-t-xl sub-header-shadow"></div>
|
||||
<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="relative col-span-full flex items-center">
|
||||
<div>
|
||||
<h1 class="font-bold text-xl font-heading leading-normal">
|
||||
|
|
Loading…
Reference in New Issue