scale down settings titles on mobile

This commit is contained in:
Alex Turchyn
2026-07-23 19:51:36 +03:00
committed by Pete Matsyburka
parent 1421bc2bce
commit e77998e53c
15 changed files with 22 additions and 22 deletions
@@ -1,7 +1,7 @@
<div class="flex flex-wrap space-y-4 md:flex-nowrap md:space-y-0">
<%= render 'shared/settings_nav' %>
<div class="flex-grow md:max-w-xl md:mx-auto">
<p class="text-4xl font-bold mb-4">
<p class="text-3xl md:text-4xl font-bold mb-4">
<%= t('email_templates') %>
</p>
<div class="space-y-4">
@@ -9,11 +9,11 @@
<%= render 'documents_copy_email_form' %>
<%= render 'submitter_completed_email_form' %>
</div>
<p class="text-4xl font-bold mb-4 mt-8">
<p class="text-3xl md:text-4xl font-bold mb-4 mt-8">
<%= t('company_logo') %>
</p>
<%= render 'logo_form' %>
<p class="text-4xl font-bold mb-4 mt-8">
<p class="text-3xl md:text-4xl font-bold mb-4 mt-8">
<%= t('submission_form') %>
</p>
<div class="space-y-4">