Skip to content

Commit

Permalink
adds border bottom and padding
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBarnabo committed May 10, 2024
1 parent 55ebe71 commit 25b414e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NotesCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const NotesCard = ({ note }) => {
const { data } = useFetchGet(`user/${creator}`)
const user = data
return (
<div className=" 2px border">
<div className=" p1 border-b p-1">
<Link>
<div>
<h1 className="text-ellipsis text-nowrap font-extrabold">{title}</h1>
Expand Down

0 comments on commit 25b414e

Please sign in to comment.