use justify-content instead of place-content

This commit is contained in:
filifa
2025-12-28 23:43:17 -05:00
parent 5c8d1fca05
commit f50118fdca

View File

@@ -72,7 +72,7 @@ ol ol ol {
* large enough */
body {
display: grid;
place-content: center;
justify-content: center;
}
main {