Updated member email font weight

no issue
This commit is contained in:
Peter Zimon 2019-10-10 16:01:38 +02:00
parent 1960c3d649
commit e5c968c51f

View File

@ -22,7 +22,7 @@
</h3>
<p class="f6 pa0 ma0 midgrey">
{{#if member.name}}
<span class="darkgrey">{{member.email}}</span>
<span class="darkgrey fw5">{{member.email}}</span>
{{/if}}
Member since {{this.subscribedAt}}
</p>