Center the main table

This commit is contained in:
Mike Cifelli 2024-05-31 17:42:32 -04:00
parent dc481bd6aa
commit 4f5b886e9e
Signed by: mike
GPG Key ID: 6B08C6BE47D08E4C
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ module.exports = {
theme: { theme: {
extend: { extend: {
colors: { colors: {
brand: "#FD4F00", brand: "#DC7556",
} }
}, },
}, },

View File

@ -4,7 +4,7 @@
<a href="/" class="hover:text-zinc-700 dark:hover:text-zinc-400"> <a href="/" class="hover:text-zinc-700 dark:hover:text-zinc-400">
Chronoscope Chronoscope
</a> </a>
<p class="bg-brand/5 dark:bg-brand/70 text-brand dark:text-zinc-900 rounded-full px-2 font-medium leading-6"> <p class="bg-brand/10 dark:bg-brand text-brand dark:text-zinc-900 rounded-full px-2 font-medium leading-6">
v<%= Application.spec(:chronoscope, :vsn) %> v<%= Application.spec(:chronoscope, :vsn) %>
</p> </p>
</div> </div>
@ -19,7 +19,7 @@
</div> </div>
</header> </header>
<main class="px-4 py-20 sm:px-6 lg:px-8"> <main class="px-4 py-20 sm:px-6 lg:px-8">
<div class="mx-auto max-w-7xl"> <div class="mx-auto max-w-fit">
<.flash_group flash={@flash} /> <.flash_group flash={@flash} />
<%= @inner_content %> <%= @inner_content %>
</div> </div>