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" %}
{% 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="col-span-full flex items-center">
<div>
<h1 class="font-bold text-xl font-heading leading-normal">
Create a post
<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-300 to-gray-200 rounded-t sub-header-shadow"></div>
<div class="relative col-span-full flex items-center">
<h1 class="font-bold text-xl font-heading leading-normal mb-0">
Submit
</h1>
<small class="block mt-1 text-gray-400">
Share text, hyperlinks, or image macros with the community.
<small class="block text-gray-700">
Share drama with the community.
</small>
</div>
</div>
</div>
{% endblock %}
{% block content %}