html: fix footer margin on mobile.
Fix not having any space between the footer and the body on mobile.
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user