diff --git a/index.html b/index.html index 4bdcf6e..d252056 100644 --- a/index.html +++ b/index.html @@ -162,6 +162,38 @@ .copy { display: none; } + +@media (max-width: 520px) { + .limit>td:first-child, + .feature>td:first-child, + .worker>td:first-child { + padding-left: 0em; + } + .limit>td:nth-child(2), + .feature>td:nth-child(2), + .worker>td:nth-child(2) { + text-align: right; + } + .adapters, + .adapter, + table { + width: 100%; + } + tr { + display: flex; + max-width: 100%; + flex-wrap: wrap; + justify-content: space-between; + } + tr>td { + flex: 1 1 auto; + } + td[colspan]>div { + width: 100%; + } +} + + @@ -206,7 +238,7 @@