Skip to content

Commit

Permalink
centre the image
Browse files Browse the repository at this point in the history
  • Loading branch information
nomadscientist committed Jul 15, 2024
1 parent 3e4603f commit e02e230
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion subdomains/singlecell/templates/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
Access Single Cell Omics analysis tutorials, tools, and workflows that let you analyse data without programming experience or private infrastructure.
</p>

<img class="w-100 my-3 mx-auto" style="max-width: 400px;" src="https://github.com/galaxyproject/galaxy_codex/blob/main/results/spoc/tools_wordcloud.png?raw=true" alt="Word cloud of common single cell tools including Seurat and Scanpy">
<div style="text-align: center;">
<img class="w-100 my-3 mx-auto" style="max-width: 400px;" src="https://github.com/galaxyproject/galaxy_codex/blob/main/results/spoc/tools_wordcloud.png?raw=true" alt="Word cloud of common single cell tools including Seurat and Scanpy">
</div>

<p>
<a
Expand Down

0 comments on commit e02e230

Please sign in to comment.