Skip to content

Commit f77ec61

Browse files
authored
Merge pull request #193 from martenson/wlcm-twk
properly close divs in welcome gcz
2 parents cf468d6 + 7d741b7 commit f77ec61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/usegalaxy.cz/static/welcome.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
href="https://github.com/galaxyproject/galaxy/blob/dev/CONTRIBUTORS.md">many contributors</a>.
6363
</p>
6464
<div class="row">
65-
<div class="column" />
65+
<div class="column"> </div>
6666
<div class="column">
6767
<a href="https://www.e-infra.cz/" target="_blank">
6868
<img src="e-infra_logo.svg" alt="e-infra" style="width: 66%" />
@@ -73,7 +73,7 @@
7373
<img src="elixir_logo.png" alt="elixir" style="width: 66%" />
7474
</a>
7575
</div>
76-
<div class="column" />
76+
<div class="column"></div>
7777
</div>
7878
<div class="row">
7979
<div class="column">

0 commit comments

Comments
 (0)