Make the tables responsive. (#85)

This commit is contained in:
Cotes Chung 2020-06-24 20:08:38 +08:00
parent 4d4e9a063e
commit 30b013f354

View file

@ -755,6 +755,8 @@ a {
div.post-content {
>table, li>table {
min-width: 60%;
display: block;
overflow-x: auto;
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 1.5rem;