From 7d13d8afc1caf5e64e81e7d73b9ac072fb0a761b Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@gmail.com> Date: Wed, 20 May 2020 09:17:33 -0500 Subject: [PATCH] Lower min screen width for cellxgene --- 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 2270697..306aa97 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: 1000px) { .cellxgene{ display: none; } -- GitLab