From 4ebd29bba90305fe10be43c69dbc4737b76ba568 Mon Sep 17 00:00:00 2001 From: jk Date: Wed, 23 Jun 2021 12:28:21 +0100 Subject: [PATCH] playing with mobile display for tables --- public/css/jk.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/jk.css b/public/css/jk.css index ef49429..60f0c91 100644 --- a/public/css/jk.css +++ b/public/css/jk.css @@ -23,6 +23,6 @@ @media (max-width:575.98px){ .col-md-12{ - + max-width: 90%; } }