updates
This commit is contained in:
@@ -46,9 +46,9 @@
|
|||||||
{% block footer_includes %}
|
{% block footer_includes %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
<div class="row small d-flex text-muted justify-content-end">
|
<div class="row small d-flex text-muted justify-content-end bg-dark border-top">
|
||||||
<div class="col-auto" style="font-size: 0.75rem;">
|
<div class="col-auto" style="font-size: 0.75rem;">
|
||||||
<p>Page created with <a class="text-decoration-none" href="#microgen">microgen</a></p>
|
<p class="text-white-50">Page created with <a class="text-decoration-none" href="#microgen">microgen</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="row justify-content-evenly g-4 mb-4 py-4">
|
<div class="row justify-content-center g-4 mb-4 py-4">
|
||||||
{% for content_item in content_items %}
|
{% for content_item in content_items %}
|
||||||
<div class="col-auto align-items-stretch d-flex mx-2" style="width: 100%; width: 24em;">
|
<div class="col-auto align-items-stretch d-flex mx-2" style="width: 100%; width: 24em;">
|
||||||
<div class="card h-100 px-0 rounded mx-1 my-3" style="width: 100%; width: 22em;">
|
<div class="card h-100 px-0 rounded mx-1 my-3" style="width: 100%; width: 22em;">
|
||||||
|
|||||||
Reference in New Issue
Block a user