forked from shibao/cannery
improve container show page layout
This commit is contained in:
parent
5390dcc4c2
commit
dbc575d305
@ -3,6 +3,7 @@
|
|||||||
- Make ammo index page a bit more compact
|
- Make ammo index page a bit more compact
|
||||||
- Add ammo count to ammo type index page
|
- Add ammo count to ammo type index page
|
||||||
- Make ammo type show page a bit more compact
|
- Make ammo type show page a bit more compact
|
||||||
|
- Make container show page a bit more compact
|
||||||
- Forgot to add the logo as the favicon whoops
|
- Forgot to add the logo as the favicon whoops
|
||||||
|
|
||||||
# v0.5.4
|
# v0.5.4
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="mx-auto 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">
|
<h1 class="title text-2xl title-primary-500">
|
||||||
<%= @container.name %>
|
<%= @container.name %>
|
||||||
</h1>
|
</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user