summaryrefslogtreecommitdiff
path: root/app/views/characters/hearth
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-25 22:27:33 -0400
committerDavid Gay <david@davidgay.org>2021-05-25 22:27:33 -0400
commit703e896b81773e2319e06b27bc2ed591c17273bd (patch)
tree0456538c2b1867ffcd0dea1e3e2f85d0cb6f7e13 /app/views/characters/hearth
parent29650491d5c1aa89bd4002ee50f0866fe5d8cd79 (diff)
Make hearth amenity grid more responsive
Diffstat (limited to 'app/views/characters/hearth')
-rw-r--r--app/views/characters/hearth/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/characters/hearth/index.html.erb b/app/views/characters/hearth/index.html.erb
index 7baf2bf..563d4b6 100644
--- a/app/views/characters/hearth/index.html.erb
+++ b/app/views/characters/hearth/index.html.erb
@@ -6,7 +6,7 @@
in these realms. Amidst this great dream of planar chaos and destruction, you have built something.
</p>
- <div class="grid grid-cols-2 gap-4">
+ <div class="grid grid-cols-1 lg:grid-cols-2 gap-4">
<% @all_amenities.each do |ha| %>
<div class="border-2 border-gray-800 rounded p-4">
<h2 class="text-lg font-bold"><%= ha.name %></h2>