1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-06-07 16:17:50 +00:00

Increase tables' default width.

This commit is contained in:
Cotes Chung 2019-11-16 21:57:16 +08:00
parent 6a65ce2db2
commit aa77054172

View File

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