From ab8c885303f421393e18b303e03fe179261e280d Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@gmail.com> Date: Wed, 20 May 2020 09:14:33 -0500 Subject: [PATCH] Fix 2020 Prostate and lower min width for cellxgene --- content/sc.data/cellxgene_2020Prostate.muPrUr.md | 2 +- layouts/custom/cellxgene.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/sc.data/cellxgene_2020Prostate.muPrUr.md b/content/sc.data/cellxgene_2020Prostate.muPrUr.md index 7818d62..8bd60a7 100644 --- a/content/sc.data/cellxgene_2020Prostate.muPrUr.md +++ b/content/sc.data/cellxgene_2020Prostate.muPrUr.md @@ -1,7 +1,7 @@ --- title: "Mouse Prostate and Urethral Epithelia" description: "As published in 2020 Prostate (cellxgene: in development)" -name: "Mouse Prostate and Urethral Epithelia: As published in 2020 Cell Reports" +name: "Mouse Prostate and Urethral Epithelia: As published in 2020 Prostate" date: 2019-12-24T21:46:39-06:00 draft: false weight: "4" diff --git a/layouts/custom/cellxgene.html b/layouts/custom/cellxgene.html index e98c323..2270697 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: 1500px) { +@media only screen and (max-width: 1250px) { .cellxgene{ display: none; } -- GitLab