diff --git a/bam/static/hometable.css b/bam/static/hometable.css index 7078a1a4afd415d147087cc6b80e5ff71688ef55..0a776b80153f51b5a120d28e512af51a875248ef 100644 --- a/bam/static/hometable.css +++ b/bam/static/hometable.css @@ -1,3 +1,10 @@ +/* show complete table on mobile */ +@media screen and (max-width: 600px) { + .maincontainer { + width: max-content; + } +} + table { width: 80vw; font-size: 18px;