From 0028484f8c3d3b53dc3c3dfb9a0f001bb9d278e2 Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Sun, 25 Apr 2021 21:58:45 -0500 Subject: [PATCH] Change min screen width for cellxgene display to try to fit for ipad --- layouts/custom/cellxgene.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/custom/cellxgene.html b/layouts/custom/cellxgene.html index c88eec7..b7924d9 100644 --- a/layouts/custom/cellxgene.html +++ b/layouts/custom/cellxgene.html @@ -16,7 +16,7 @@ .no-cellxgene{ display: none; } - @media only screen and (max-width: 1250px) { + @media only screen and (max-width: 1024px) { .cellxgene{ display: none; } -- GitLab