add banner

This commit is contained in:
2025-09-05 13:51:55 +02:00
parent 1c97bdb039
commit 2c2e0e20a1
2 changed files with 25 additions and 2 deletions

View File

@@ -42,7 +42,8 @@
<!-- End Twitter universal website tag code -->
{% include "partials/header.html" %}
<div id="content" class="px-4 lg:px-0 pt-12 overflow-hidden">
<div id="content" class="px-4 lg:px-0 pt-12 mt-4 overflow-hidden">
{% include "partials/banner.html" %}
{% block content %}{% endblock %}
</div>
@@ -60,4 +61,4 @@
background: rgb(15,15,15);
background: radial-gradient(circle, rgba(15,15,15,1) 0%, rgb(24, 24, 24) 50%, rgba(15,15,15,1) 100%);
}
</style>
</style>