Skip to content

Commit 0979dcb

Browse files
committed
Update Contact Us Page
1 parent 91ea354 commit 0979dcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contact.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{% include layout/subpage-header.html %}
1111
</div>
1212
</div>
13-
<div class="col-8">
13+
<div class="col-12 col-lg-8">
1414

1515
<p>
1616
Get in touch via this form or <a href="mailto:support@path-cc.io">email us</a> and a member of our <a href="/facilitation-team.html">Research Computing Facilitation team</a>
@@ -41,7 +41,7 @@ <h2>Specific Questions?</h2>
4141
<li><em>PIs</em> interested in getting credit accounts on PATh-managed hardware should visit the <a href="https://path-cc.io/services/credit-accounts/">dedicated page</a>.</li>
4242
</ul>
4343
</div>
44-
<div class="col-4">
44+
<div class="col-12 col-lg-4 d-none d-lg-block">
4545
{% include get/team.liquid %}
4646
{% assign base_image_path = "/staff-list/" %}
4747
{% assign promoted_teams = team | where: "is_facilitator", 1 | sort: "weight" %}

0 commit comments

Comments
 (0)