add banner
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user