Skip to content

Commit

Permalink
Merge pull request #71 from now-u/fix/blog-responsive-mobile
Browse files Browse the repository at this point in the history
Fix blog responsiveness on mobile
  • Loading branch information
JElgar authored Nov 4, 2024
2 parents d5b09e6 + 38f0bf5 commit 08dbc2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/blog/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export default async function Page({
<>
<title>{`now-u | ${blog.title}`}</title>

<div className="w-full flex flex-col items-center lg:my-10">
<div className="flex-col prose prose-gray mx-4">
<div className="w-full flex flex-col items-center">
<div className="w-full flex flex-col py-10 px-4 prose prose-gray">
<Link className="underline text-orange font-bold" href={"/blog"}>
{" "}
{"< "} Back{" "}
Expand Down

0 comments on commit 08dbc2b

Please sign in to comment.