Skip to content

Commit

Permalink
Merge pull request #216 from asapdiscovery/fix-#208
Browse files Browse the repository at this point in the history
Fix #208 : Move "Click on any shaded box to view data..." from bottom to top of pipeline figure
  • Loading branch information
jchodera authored Sep 4, 2024
2 parents 3b7187f + dc08310 commit d05535e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions themes/kube/layouts/section/pipeline.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<div id="hero" class="wrap">
<h1>{{.Title }}</h1>
<p>{{.Params.description}}</p>

<center>
<i>Click on any shaded box to view data and resources associated with that stage.</i>
</center>

</div>
<div id="main">

Expand All @@ -17,7 +22,6 @@ <h1>{{.Title }}</h1>
<!-- TODO: Can we shrink width as needed to make sure we fit on mobile without wrapping icons? -->
{{ $icon_width := "28" }}


<div class="container">

<!-- Header -->
Expand Down Expand Up @@ -138,10 +142,6 @@ <h3>Discovery Program</h3>
</div>
{{ end }}

<center>
<i>Click on any shaded box to view data and resources associated with that stage.</i>
</center>

<br>

</div>
Expand Down

0 comments on commit d05535e

Please sign in to comment.