diff --git a/src/app/globals.css b/src/app/globals.css index a4063da..c776c8c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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; +} \ No newline at end of file