use justify-content instead of place-content
This commit is contained in:
@@ -72,7 +72,7 @@ ol ol ol {
|
||||
* large enough */
|
||||
body {
|
||||
display: grid;
|
||||
place-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user