Skip to content

Commit

Permalink
Improved styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayush259 committed Jun 20, 2024
1 parent 6735e63 commit 12b2581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/History.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function History() {
border-b border-slate-500 p-1
md:text-lg md:p-3'
>
<p className='w-full'><span className=''>{formatDate(history['id'])}</span><span className='pl-7'>{history['name']}</span></p>
<p className='w-full'><span className=''>{formatDate(history['id'])}</span><span className='pl-4 md:pl-7'>{history['name']}</span></p>
<button
className='
hover:opacity-80 hover:bg-slate-900 p-2 rounded'
Expand Down

0 comments on commit 12b2581

Please sign in to comment.