Increase tables' default width.

This commit is contained in:
Cotes Chung 2019-11-16 21:57:16 +08:00
parent 6a65ce2db2
commit aa77054172
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ footer a:hover,
div.post-content>table, div.post-content>table,
div.post-content li>table { div.post-content li>table {
min-width: 40%; min-width: 60%;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;