We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499981f commit c396566Copy full SHA for c396566
1 file changed
app/content/pages/use-cases.html.erb
@@ -5,7 +5,7 @@ title: Use Cases
5
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
6
<% page.with_title(title: current_page.data.fetch("title")) %>
7
8
- <div class="grid grid-cols-3">
+ <div class="grid grid-cols-2 md:grid-cols-3">
9
<% UseCasesModel.all.sort_by(&:title).each do |page| %>
10
<div class="flex flex-col gap-x-4">
11
<h2 class="font-bold text-lg underline"><%= link_to page.title, page.request_path %></h2>
0 commit comments