Skip to content

Commit

Permalink
Update mediaqueries
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomarr authored Jul 2, 2022
1 parent a3fa30b commit 8d34bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Main/PostContent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function PostContent({...data}) {

<Aside />

<div className="post-rendered bg-white text-gray-900 p-8">
<div className="post-rendered bg-white text-gray-900 p-2 sm:p-8">
{parser(data.content.rendered)}
</div>
</div>
Expand Down

1 comment on commit 8d34bb6

@vercel
Copy link

@vercel vercel bot commented on 8d34bb6 Jul 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

apiki-blog – ./

apiki-blog-joaomarr.vercel.app
apiki-blog-git-main-joaomarr.vercel.app
apiki-blog-five.vercel.app

Please sign in to comment.