Skip to content

Commit

Permalink
style: reduce width of card on mobile
Browse files Browse the repository at this point in the history
carsoncole committed Dec 17, 2023
1 parent 825914e commit d6ad05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/jobs/_header.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="flex justify-between border-b mb-1 pb-1 font-bold text-sm uppercase items-center items-middle">
<% if action_name == 'index' %>
<div class='text-gray-800 w-80 text-lg tracking-tight truncate'>
<div class='text-gray-800 w-60 text-lg tracking-tight truncate'>
<% if job.entity.present? %>
<%= job.entity %>
<% elsif job.agency.present? %>

0 comments on commit d6ad05c

Please sign in to comment.