diff options
author | David Gay <david@davidgay.org> | 2021-05-25 22:27:33 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-25 22:27:33 -0400 |
commit | 703e896b81773e2319e06b27bc2ed591c17273bd (patch) | |
tree | 0456538c2b1867ffcd0dea1e3e2f85d0cb6f7e13 | |
parent | 29650491d5c1aa89bd4002ee50f0866fe5d8cd79 (diff) |
Make hearth amenity grid more responsive
-rw-r--r-- | app/views/characters/hearth/index.html.erb | 2 |
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> |