diff --git a/source/css/common/markdown.styl b/source/css/common/markdown.styl index 73f11fb..f3a6dbd 100644 --- a/source/css/common/markdown.styl +++ b/source/css/common/markdown.styl @@ -210,6 +210,12 @@ width: 100%; overflow: auto; + @media screen and (max-width: 768px) { + & { + table-layout: fixed; + } + } + td, th { padding: 0;