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

Reactive cloud

parent 2406a6eb
Branches
Tags
1 merge request!42Reactive cloud
Pipeline #6586 passed with stages
in 25 seconds
......@@ -22,6 +22,15 @@
text-align: center;
width: 50%;
}
img {
max-width: 75%;
height: auto;
}
@media (max-width: 1000px) {
.column {
width: 100%;
}
}
</style>
......@@ -30,11 +39,11 @@
<div class="cloud">
<div class="select">
<div class="column">
<img src="/gene.cloud/Genes.hu.202003.png" alt="March 2020 Human Genes" class="img" width="750px"/>
<img src="/gene.cloud/Genes.hu.202003.png" alt="March 2020 Human Genes" class="img"/>
<H5>Human Genes Searched (March 2020)</H5>
</div>
<div class="column">
<img src="/gene.cloud/Genes.mu.202003.png" alt="March 2020 Mouse Genes" class="img" width="750px"/>
<img src="/gene.cloud/Genes.mu.202003.png" alt="March 2020 Mouse Genes" class="img"/>
<H5>Mouse Genes Searched (March 2020)</H5>
</div>
</div>
......
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