feat: override allauth_ui container component to remove padding
This commit is contained in:
8
kursy/templates/components/container.html
Normal file
8
kursy/templates/components/container.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% load i18n %}
|
||||
<div class="container pt-1 mx-auto">
|
||||
<div class="w-11/12 mx-auto rounded-lg shadow-md sm:p-5 md:w-6/12 lg:w-5/12 xl:w-4/12 md:p-10 xl:p-13 bg-base-100">
|
||||
<h1 class="mb-3 text-2xl">{{ heading }}</h1>
|
||||
{% if subheading %}<div>{{ subheading }}</div>{% endif %}
|
||||
{{ children }}
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user