Make details margin auto
This commit is contained in:
parent
274d154228
commit
b172e4637a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ details {
|
|||
padding: 0.5rem 1rem;
|
||||
border-radius: 5px;
|
||||
justify-content: center;
|
||||
margin: 0px 40rem 0px 40rem;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
summary {
|
||||
|
|
Loading…
Reference in a new issue