mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-10 18:21:03 +00:00
Add spacing to SettingLive form on mobile screen
This commit is contained in:
parent
2f50ab7927
commit
b542a6f8a3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ defmodule LiveBeatsWeb.SettingsLive do
|
|||
Profile Settings
|
||||
</.title_bar>
|
||||
|
||||
<div class="max-w-3xl mx-auto mt-6">
|
||||
<div class="max-w-3xl px-4 mx-auto mt-6">
|
||||
<.form let={f} for={@changeset} phx-change="validate" phx-submit="save" class="space-y-8 divide-y divide-gray-200">
|
||||
<div class="space-y-8 divide-y divide-gray-200">
|
||||
<div>
|
||||
|
|
Loading…
Reference in a new issue