Skip to content

Commit ffd5aa9

Browse files
authored
added flex and gap properties to buttons on community page (#590)
1 parent 6797eec commit ffd5aa9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_includes/footer.liquid

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="container-lg px-3 page-section d-md-flex flex-md-row-reverse">
33
<div class="col-md-6">{% include "subscribe" %}</div>
44
<div class="col-md-6">
5-
<p>
5+
<p class="d-inline-flex ">
66
<span class="mr-2 d-inline-block">
77
<!-- Place this tag where you want the button to render. -->
88
<a
@@ -20,6 +20,8 @@
2020
>Star</a
2121
>
2222
</span>
23+
24+
2325
<a
2426
href="https://twitter.com/ProbotTheRobot"
2527
class="twitter-follow-button"
@@ -33,6 +35,7 @@
3335
src="//platform.twitter.com/widgets.js"
3436
charset="utf-8"
3537
></script>
38+
3639
</p>
3740
<p>
3841
{% octicon "code" %} with {% octicon "heart" %} by

community.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ <h1 class="h2 text-center">Join the Community</h1>
1313
essential for keeping it great.
1414
</p>
1515

16-
<div class="text-center my-6">
16+
<div class="d-flex flex-wrap flex-lg-justify-center flex-justify-around flex-self-center flex-sm-fill my-6" style="gap:10px">
1717
<a
1818
class="btn btn-outline d-inline-block mb-1 mb-md-0 mr-0 mr-md-3"
1919
href="https://github.com/probot/probot/discussions"
@@ -42,6 +42,7 @@ <h1 class="h2 text-center">Join the Community</h1>
4242
Ask on Stack Overflow
4343
</a>
4444
</div>
45+
4546
<div class="border-top container-md py-4">
4647
<div class="d-flex gutter flex-wrap">
4748
<div class="col-md-6 col-12 mb-4">

0 commit comments

Comments
 (0)