Skip to content

Commit

Permalink
Merge pull request #28 from intelowlproject/develop
Browse files Browse the repository at this point in the history
max-width: blog post fixed#42 (#27)
  • Loading branch information
mlodic authored Apr 2, 2024
2 parents 1b55223 + daede94 commit c2f9713
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 c2f9713

Please sign in to comment.