remotes/1693045480750635534/spooky-22
kek7198 2021-12-04 10:27:59 -06:00
parent 5fa250f1a2
commit df95f6227e
1 changed files with 8 additions and 9 deletions

View File

@ -5,18 +5,17 @@
{% extends "default.html" %} {% extends "default.html" %}
{% block subHeader %} {% block subHeader %}
<div class="max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t-md bg-gradient-to-t from-gray-800 to-gray-700 sub-header-shadow"> <div class="relative max-w-screen-2xl mx-auto px-4 py-4 grid grid-cols-12 rounded-t">
<div class="col-span-full flex items-center"> <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> <div class="relative col-span-full flex items-center">
<h1 class="font-bold text-xl font-heading leading-normal"> <h1 class="font-bold text-xl font-heading leading-normal mb-0">
Create a post Submit
</h1> </h1>
<small class="block mt-1 text-gray-400"> <small class="block text-gray-700">
Share text, hyperlinks, or image macros with the community. Share drama with the community.
</small> </small>
</div> </div>
</div> </div>
</div>
{% endblock %} {% endblock %}
{% block content %} {% block content %}