Skip to content

Commit

Permalink
💄 Improve footer layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Feb 4, 2023
1 parent 4ad1d7e commit 36537cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/app/footer.html.twig
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<footer class="border-t border-gray-200 py-4 text-sm text-gray-600">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between">
<div class="flex justify-between gap-4">
<div class="divide-solid">
{% for locale in welcome.locales %}
{% if loop.index0 > 0 %} &bull; {% endif %}
<a href="?l={{ locale }}">{{ locale|locale_name(locale)|capitalize }}</a>
{% endfor %}
</div>

<div class="flex items-center gap-2">
<div class="flex items-center gap-2 w-48">
<div class="flex items-center">
<img class="h-4 mr-1" src="{{ asset('build/images/GitHub-Mark-32px.png') }}" alt="GitHub logo">
<a target="_blank" href="https://github.com/osmbe/osm-welcome-tool">GitHub</a>
Expand Down

0 comments on commit 36537cf

Please sign in to comment.