From daede94d42a58b1cbec9f92e160f24d8c55e40f8 Mon Sep 17 00:00:00 2001 From: Keshav Maheshwari <94895949+keshav861@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:52:28 +0530 Subject: [PATCH] max-width: blog post fixed#42 (#27) * Fix invalid import in contentlayer config * Update globals.css --------- Co-authored-by: Matteo Lodi <30625432+mlodic@users.noreply.github.com> Co-authored-by: Abheek Tripathy <90976669+abheektripathy@users.noreply.github.com> Co-authored-by: Syed Ahkam --- src/app/globals.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index a4063da..c776c8c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -47,4 +47,10 @@ body::-webkit-scrollbar-thumb { body::-webkit-scrollbar-thumb:hover { background-color: #555; } - +.prose{ + display: grid; + justify-content: center; + align-items: center; + text-align: justify; + max-width: 1200px; +} \ No newline at end of file