Skip to content
Snippets Groups Projects

Change min screen width for cellxgene display to try to fit for ipad

Merged Gervaise Henry requested to merge 2021_NewPaper into develop
Compare and
1 file
+ 1
1
Preferences
File browser
Compare changes
@@ -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;
}