scale down settings titles on mobile
This commit is contained in:
committed by
Pete Matsyburka
parent
1421bc2bce
commit
e77998e53c
@@ -2,7 +2,7 @@
|
||||
<%= render 'shared/settings_nav' %>
|
||||
<div class="flex-grow min-w-0">
|
||||
<div class="flex flex-col gap-2 md:flex-row md:justify-between md:items-end mb-4">
|
||||
<h1 class="text-4xl font-bold">Webhooks</h1>
|
||||
<h1 class="text-3xl md:text-4xl font-bold">Webhooks</h1>
|
||||
<div class="flex flex-col gap-2 md:flex-row md:justify-between md:items-center">
|
||||
<%= render 'shared/test_mode_toggle' %>
|
||||
<% if @webhook_url.persisted? %>
|
||||
|
||||
Reference in New Issue
Block a user