Skip to content

Commit

Permalink
fix(ui/post): loc style
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Feb 14, 2024
1 parent 783d7b5 commit cd7f97a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/blog/{StrapiArticle.slug}.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,10 @@ const Post: React.FC<PageProps<Queries.BlogPostQuery>> = ({
</Tooltip>
</div>
</div>
<div className="flex flex-col gap-4 sm:flex-row sm:gap-10">
<div className="flex flex-col w-screen px-4">
<ListOfContent
data={tocData}
className="self-center w-full mt-12"
className="self-center mt-12 min-w-3/4 sm:w-1/3"
/>
</div>
{/* <div className="flex flex-col gap-4 sm:flex-row sm:gap-10">
Expand Down

0 comments on commit cd7f97a

Please sign in to comment.