Skip to content

Commit

Permalink
Give my account header a bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislo committed Oct 29, 2024
1 parent d93af09 commit 022b5b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/users/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 class="text-2xl font-bold">My account</h1>

<div class="flex flex-col divide-y divide-slate-300">
<h1 class="text-2xl font-bold mb-1">My account</h1>

<section class="flex flex-row py-6">
<div class="basis-1/4">
<h2 class="text-lg font-bold">Password</h2>
Expand Down

0 comments on commit 022b5b4

Please sign in to comment.