File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- Contact support banner -->
2
2
< section class ="mt-lg-9 py-7 no-print js-support-banner " style ="background-color: #fafbfc; ">
3
3
< div class ="mx-4 ">
4
- < h4 class ="mb-3 ">
4
+ < h4 class ="mb-2 ">
5
5
{% data ui.support.still_need_help %}
6
6
</ h4 >
7
7
{% 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 ">
9
9
{% octicon "people" width="16" %}
10
10
{% data ui.support.ask_community %}
11
11
</ 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 ">
13
13
{% octicon "comment-discussion" width="16" %}
14
14
{% data ui.support.contact_support %}
15
15
</ a >
You can’t perform that action at this time.
0 commit comments