We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b55223 + daede94 commit c2f9713Copy full SHA for c2f9713
1 file changed
src/app/globals.css
@@ -47,4 +47,10 @@ body::-webkit-scrollbar-thumb {
47
body::-webkit-scrollbar-thumb:hover {
48
background-color: #555;
49
}
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