html: fix footer margin on mobile.

Fix not having any space between the footer and the body on mobile.
This commit is contained in:
evazion
2022-10-04 18:25:14 -05:00
parent 68de87f085
commit 88eb617ec4

View File

@@ -182,7 +182,7 @@
<div id="popup-menus"></div>
</div>
<footer id="page-footer" class="text-sm flex-initial">
<footer id="page-footer" class="text-sm flex-initial mt-4">
<%= link_to "Terms", terms_of_service_path %>
/ <%= link_to "Privacy", privacy_policy_path %>
/ <%= link_to "Upgrade", new_user_upgrade_path %>