Skip to content

Commit

Permalink
Use two columns for use-cases list on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Oct 23, 2023
1 parent 499981f commit c396566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/content/pages/use-cases.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Use Cases
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("title")) %>

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

0 comments on commit c396566

Please sign in to comment.