diff --git a/styles.css b/styles.css index 20a5b85..cba2f67 100644 --- a/styles.css +++ b/styles.css @@ -33,8 +33,10 @@ a { } table { + table-layout: fixed; border-collapse: collapse; min-width: 600px; + width: 1000px; } th { @@ -77,6 +79,12 @@ th { #search-container { display: none; } } +@media only screen and (max-width: 600px) { + table { + width: 100%; + } +} + .component-group { break-inside: avoid; }