From 27df23ec4bd1e12da0604b93a98d5c9a19a8b251 Mon Sep 17 00:00:00 2001 From: Arun J <cb.en.u4cce19010@cb.students.amrita.edu> Date: Mon, 28 Dec 2020 15:57:06 +0530 Subject: [PATCH] CSS fix for mobile --- bam/static/hometable.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bam/static/hometable.css b/bam/static/hometable.css index 7078a1a..0a776b8 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; -- GitLab