diff options
Diffstat (limited to 'app/views/characters/hearth')
-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> |