improve ammo type show page layout
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
<div class="mx-auto px-4 sm:px-8 space-y-4 max-w-3xl
|
||||
flex flex-col justify-center items-center">
|
||||
<div class="space-y-4 flex flex-col justify-center items-center">
|
||||
<h1 class="title text-2xl title-primary-500">
|
||||
<%= @ammo_type.name %>
|
||||
</h1>
|
||||
|
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
<div class="mx-4 sm:mx-8 md:mx-16">
|
||||
<div class="mx-4 sm:mx-8 md:mx-16 flex flex-col justify-center items-stretch">
|
||||
<%= @inner_content %>
|
||||
</div>
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user