Change series-box sizing to match table of contents

This commit is contained in:
BBaoVanC 2021-11-14 17:16:25 -06:00
parent e67bd58ceb
commit ef8559d923
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 2 deletions

View File

@ -144,9 +144,9 @@
/* Content formatting */
.series-box {
background-color: #222;
padding: 16px;
padding: 8px 16px;
border-radius: 8px;
margin: 20px 0;
margin: 15px 0;
}
#table-of-contents {