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
1 changed files with 1 additions and 1 deletions

View File

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