padding and border-radius matching bottom cards

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
This commit is contained in:
meleu 2022-04-04 17:07:43 -03:00 committed by GitHub
parent ff91dcd196
commit 671fe05312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ p, ul, text {
.mainTOC { .mainTOC {
background: var(--lightgray); background: var(--lightgray);
border-radius: 8px; border-radius: 5px;
padding: 0.8em; padding: 0.75em 1em;
} }
.mainTOC details summary { .mainTOC details summary {