Skip to content

Commit

Permalink
max-width: blog post fixed#42 (#27)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
4 people authored Apr 2, 2024
1 parent 56d1269 commit daede94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit daede94

Please sign in to comment.