File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 9
9
<p class =" ma0 f2" >{{ team-text team description }} </p >
10
10
<div class =" flex flex-column ml5-l mt4 mt0-l" >
11
11
{{ #if team.website_data.email }}
12
- <a class =" button button-secondary" href =" mailto:{{ team.website_data.email }} " >
12
+ <div class =" pt4 pt3-l flex flex-column flex-row-l items-center-l" >
13
+ <a class =" button button-secondary" href =" mailto:{{ team.website_data.email }} " >
13
14
{{ #fluent " governance-team-email" }}{{ #fluentparam " teamname" }} {{ team-text team name }} {{ /fluentparam }}{{ /fluent }}
14
- </a >
15
+ </a >
16
+ </div >
15
17
{{ /if }}
16
18
{{ #if team.website_data.repo }}
17
- <a class =" button button-secondary" href =" {{ team.website_data.repo }} " >
19
+ <div class =" pt4 pt3-l flex flex-column flex-row-l items-center-l" >
20
+ <a class =" button button-secondary" href =" {{ team.website_data.repo }} " >
18
21
{{ #fluent " governance-team-repository" }}{{ #fluentparam " teamname" }} {{ team-text team name }} {{ /fluentparam }}{{ /fluent }}
19
- </a >
22
+ </a >
23
+ </div >
20
24
{{ /if }}
21
25
{{ #if team.website_data.discord }}
22
- <a class =" button button-secondary" href =" {{ team.website_data.discord.url }} " >
26
+ <div class =" pt4 pt3-l flex flex-column flex-row-l items-center-l" >
27
+ <a class =" button button-secondary" href =" {{ team.website_data.discord.url }} " >
23
28
{{ #fluent " governance-team-discord" }}{{ #fluentparam " channel" }} {{ team.website_data.discord.channel }} {{ /fluentparam }}{{ /fluent }}
24
- </a >
29
+ </a >
30
+ </div >
25
31
{{ /if }}
26
32
{{ #if team.website_data.zulip_stream }}
27
- <a class =" button button-secondary" href =" {{ ../data.zulip_domain }} /#narrow/stream/{{ team.website_data.zulip_stream }} " >
33
+ <div class =" pt4 pt3-l flex flex-column flex-row-l items-center-l" >
34
+ <a class =" button button-secondary" href =" {{ ../data.zulip_domain }} /#narrow/stream/{{ team.website_data.zulip_stream }} " >
28
35
{{ #fluent " governance-team-zulip" }}{{ #fluentparam " stream" }} #{{ team.website_data.zulip_stream }} {{ /fluentparam }}{{ /fluent }}
29
- </a >
36
+ </a >
37
+ </div >
30
38
{{ /if }}
31
39
</div >
32
40
</div >
You can’t perform that action at this time.
0 commit comments