Skip to content

Commit 721c8ba

Browse files
committed
Make avatar image smaller on mobile and add padding to person page sections
1 parent a43b068 commit 721c8ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

templates/governance/person.html.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020

2121
{{#*inline "page"}}
2222
<section class="green" style="padding-bottom: 10px;">
23-
<div class="w-100 mw-none mw-8-m mw9-l center f1">
23+
<div class="w-100 mw-none mw-8-m mw9-l center f1 ph3">
2424
<div class="w-100 w-50-l mb3 flex flex-row items-start">
25-
<a class="mr4 w5 h5 flex-shrink-0" href="https://github.com/{{data.github}}">
25+
<a class="mr4 w4 h4 w5-l h5-l flex-shrink-0" href="https://github.com/{{data.github}}">
2626
<img class="w-100 h-100 bg-white br2"
2727
src="https://avatars.githubusercontent.com/{{data.github}}"
2828
alt="{{data.name}}">
@@ -39,7 +39,7 @@
3939

4040
{{# if data.active_teams }}
4141
<section class="purple" style="padding-bottom: 10px;">
42-
<div class="w-100 mw-none mw-8-m mw9-l center">
42+
<div class="w-100 mw-none mw-8-m mw9-l center ph3">
4343
<header>
4444
<h2>{{ fluent "governance-person-team-member" }}</h2>
4545
<div class="highlight"></div>
@@ -53,7 +53,7 @@
5353

5454
{{# if data.alumni_teams }}
5555
<section class="red" style="padding-bottom: 10px;">
56-
<div class="w-100 mw-none mw-8-m mw9-l center">
56+
<div class="w-100 mw-none mw-8-m mw9-l center ph3">
5757
<header>
5858
<h2>{{ fluent "governance-person-team-alumni" }}</h2>
5959
<div class="highlight"></div>

0 commit comments

Comments
 (0)