Skip to content

Commit

Permalink
Change rounded to only right
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolinaCobo committed Oct 14, 2024
1 parent 6433f7d commit dde2239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ArticlePreview/ArticlePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ArticlePreview: NextPage<Props> = ({
};

return (
<article className="relative my-2 rounded border border-l-0 border-l-4 border-neutral-300 bg-white p-4 dark:border-neutral-600 dark:border-l-pink-600 dark:bg-neutral-900">
<article className="relative my-2 rounded-r border border-l-0 border-l-4 border-neutral-300 bg-white p-4 dark:border-neutral-600 dark:border-l-pink-600 dark:bg-neutral-900">
<div className="absolute bottom-0 left-0 top-0 flex justify-between border-l-4 border-l-pink-500 dark:border-l-pink-500"></div>
<div className="flex justify-between">
<div className="mb-4 flex items-center">
Expand Down

0 comments on commit dde2239

Please sign in to comment.