Skip to content

Commit

Permalink
Merge pull request #15 from ichiro-ss/feature-useTailwind
Browse files Browse the repository at this point in the history
fix detail page
  • Loading branch information
ichiro-ss authored Apr 17, 2024
2 parents 73da0cb + ac21f04 commit bb6f3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Detail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Detail = () => {
<ClipLoader color="blue" size={50} aria-label="Loading Spinner" data-testid="loader" />
</div>
) : (
<div className="w-1/2 px-6 py-8 mx-auto md:h-screen lg:py-0">
<div className="lg:w-1/2 px-6 py-8 mx-auto md:h-screen lg:py-0">
<h1 className="font-bold leading-tight tracking-tight text-gray-900 md:text-2xl">{summary.title}</h1>
<div className="text-right">
{summary.authors?.map((author) => (
Expand Down

0 comments on commit bb6f3dd

Please sign in to comment.