Skip to content

Commit daede94

Browse files
keshav861mlodicabheektripathySyedAhkam
authored
max-width: blog post fixed#42 (#27)
* Fix invalid import in contentlayer config * Update globals.css --------- Co-authored-by: Matteo Lodi <[email protected]> Co-authored-by: Abheek Tripathy <[email protected]> Co-authored-by: Syed Ahkam <[email protected]>
1 parent 56d1269 commit daede94

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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)