diff --git a/css/style.css b/css/style.css index e2ebf793..a3a9aeb3 100644 --- a/css/style.css +++ b/css/style.css @@ -135,9 +135,14 @@ hr { table { border-collapse: collapse; + border: 0 none transparent; +} + +@media (max-width: 576px) { + table:not(.footnote) { display: block; overflow-x: scroll; - border: 0 none transparent; + } } th, td {