Make the tables responsive. (#85)
This commit is contained in:
parent
4d4e9a063e
commit
30b013f354
1 changed files with 2 additions and 0 deletions
|
@ -755,6 +755,8 @@ a {
|
||||||
div.post-content {
|
div.post-content {
|
||||||
>table, li>table {
|
>table, li>table {
|
||||||
min-width: 60%;
|
min-width: 60%;
|
||||||
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
margin-bottom: 1.5rem;
|
margin-bottom: 1.5rem;
|
||||||
|
|
Loading…
Reference in a new issue