Make details margin auto

This commit is contained in:
Kainoa Kanter 2022-07-03 14:31:21 -07:00 committed by GitHub
parent 274d154228
commit b172e4637a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ details {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
border-radius: 5px; border-radius: 5px;
justify-content: center; justify-content: center;
margin: 0px 40rem 0px 40rem; margin: auto;
} }
summary { summary {