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

Merge branch 'develop' into 'master'

Lower min screen width for cellxgene

See merge request !53
parents 96e50a8d 7d13d8af
2 merge requests!82Master,!53Lower min screen width for cellxgene
Pipeline #6904 passed with stages
in 20 seconds
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.no-cellxgene{ .no-cellxgene{
display: none; display: none;
} }
@media only screen and (max-width: 1250px) { @media only screen and (max-width: 1000px) {
.cellxgene{ .cellxgene{
display: none; 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