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