Skip to content

Commit 08fdba5

Browse files
Gabatxo1312angrynode
authored andcommitted
Improve footer for mobile viewport
1 parent 70e2a94 commit 08fdba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/menus/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="container text-center mt-4">
2-
<div class="d-flex gap-3 justify-content-between">
2+
<div class="d-flex flex-column flex-sm-row gap-0 gap-sm-3 justify-content-between">
33
{% if let Some(user) = user %}
44
</p>Logged in as {{ user|safe }}</h3>
55
{% else %}

0 commit comments

Comments
 (0)