Skip to content
Snippets Groups Projects
Commit f4a9e648 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch '2021_NewPaper' into 'develop'

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

See merge request !104
parents b34f5a76 0028484f
Branches
Tags
2 merge requests!105Develop,!104Change min screen width for cellxgene display to try to fit for ipad
Pipeline #9845 passed with stages
in 14 seconds
......@@ -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;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment