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 -1
View File
@@ -2,7 +2,7 @@
<%= render 'shared/settings_nav' %>
<div class="flex-grow">
<div class="flex flex-col gap-2 md:flex-row md:justify-between md:items-end mb-4">
<h1 class="text-4xl font-bold">API</h1>
<h1 class="text-3xl md:text-4xl font-bold">API</h1>
<%= render 'shared/test_mode_toggle' %>
</div>
<div class="card bg-base-200">