mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 00:27:58 +00:00
Make the tables responsive. (#85)
This commit is contained in:
parent
4d4e9a063e
commit
30b013f354
@ -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…
x
Reference in New Issue
Block a user