Skip to content

Commit c2f9713

Browse files
authored
Merge pull request #28 from intelowlproject/develop
max-width: blog post fixed#42 (#27)
2 parents 1b55223 + daede94 commit c2f9713

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/app/globals.css

+7-1
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)