scale down settings titles on mobile
This commit is contained in:
committed by
Pete Matsyburka
parent
1421bc2bce
commit
e77998e53c
@@ -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">
|
||||
<h1 class="text-4xl font-bold mb-4">
|
||||
<h1 class="text-3xl md:text-4xl font-bold mb-4">
|
||||
<%= t('storage') %>
|
||||
</h1>
|
||||
<% value = @encrypted_config.value || { 'service' => 'disk' } %>
|
||||
|
||||
Reference in New Issue
Block a user