postcss and scripts

This commit is contained in:
Per Stark
2024-12-30 12:13:36 +01:00
parent c3ec25cc44
commit d5cf81edbe
6 changed files with 4716 additions and 2153 deletions

View File

@@ -1,7 +1,7 @@
{% extends "body_base.html" %}
{% block main %}
{% if user %}
<p>HI</p>
<p class="text-blue-950">HI</p>
{% else %}
<div class="flex flex-col items-center justify-center min-h-[80vh] space-y-8">
<!-- Hero Section -->
@@ -31,4 +31,4 @@
</div>
</div>
{% endif %}
{% endblock %}
{% endblock %}