Skip to content

Commit c396566

Browse files
committed
Use two columns for use-cases list on mobile
1 parent 499981f commit c396566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/content/pages/use-cases.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Use Cases
55
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
66
<% page.with_title(title: current_page.data.fetch("title")) %>
77

8-
<div class="grid grid-cols-3">
8+
<div class="grid grid-cols-2 md:grid-cols-3">
99
<% UseCasesModel.all.sort_by(&:title).each do |page| %>
1010
<div class="flex flex-col gap-x-4">
1111
<h2 class="font-bold text-lg underline"><%= link_to page.title, page.request_path %></h2>

0 commit comments

Comments
 (0)