Skip to content

Commit daede94

Browse files
keshav861mlodicabheektripathysedbytes
authored
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 <smahkam57@gmail.com>
1 parent 56d1269 commit daede94

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/app/globals.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,10 @@ body::-webkit-scrollbar-thumb {
4747
body::-webkit-scrollbar-thumb:hover {
4848
background-color: #555;
4949
}
50-
50+
.prose{
51+
display: grid;
52+
justify-content: center;
53+
align-items: center;
54+
text-align: justify;
55+
max-width: 1200px;
56+
}

0 commit comments

Comments
 (0)