Skip to content

Commit 3d05341

Browse files
ArhellJasonEtco
andauthored
ui update support buttons (#248)
Co-authored-by: Jason Etcovitch <jasonetco@github.com>
1 parent c7847dc commit 3d05341

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/support.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
<!-- Contact support banner -->
22
<section class="mt-lg-9 py-7 no-print js-support-banner" style="background-color: #fafbfc;">
33
<div class="mx-4">
4-
<h4 class="mb-3">
4+
<h4 class="mb-2">
55
{% data ui.support.still_need_help %}
66
</h4>
77
{% if currentVersion contains 'enterprise' %}{% assign isEnterprise = true %}{% else %}{% assign isEnterprise = false %}{% endif %}
8-
<a id="ask-community" href="https://github.community" class="btn btn-outline">
8+
<a id="ask-community" href="https://github.community" class="btn btn-outline mr-4 mt-2">
99
{% octicon "people" width="16" %}
1010
{% data ui.support.ask_community %}
1111
</a>
12-
<a id="contact-us" href="{% unless isEnterprise %}https://support.github.com/contact{% else %}https://enterprise.github.com/support{% endunless %}" class="btn btn-outline ml-4">
12+
<a id="contact-us" href="{% unless isEnterprise %}https://support.github.com/contact{% else %}https://enterprise.github.com/support{% endunless %}" class="btn btn-outline mt-2">
1313
{% octicon "comment-discussion" width="16" %}
1414
{% data ui.support.contact_support %}
1515
</a>

0 commit comments

Comments
 (0)