1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(core): Default theme - Moving to Tailwind CSS #356

This commit is contained in:
Awilum
2020-01-15 18:38:29 +03:00
parent 8d67df295a
commit 780f94000f

View File

@@ -66,7 +66,7 @@
<section id="content" class="p-16">{% block content %}{% endblock %}</section>
<footer class="text-center pl-16 pr-16 pt-6 pb-16">
{% block footer %}
<div class="text-sm">
<div class="text-xs uppercase">
{{ tr('site_powered_by_flextype')|raw }}
</div>
{% endblock %}