UX: add space between location icon and text

This commit is contained in:
Arpit Jalan 2015-05-18 12:13:42 +05:30
parent 924dba0ed6
commit c5a57a9f94
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
<h3>{{model.title}}</h3> <h3>{{model.title}}</h3>
{{/if}} {{/if}}
<h3> <h3>
{{#if model.location}}{{fa-icon "map-marker"}}{{model.location}}{{/if}} {{#if model.location}}{{fa-icon "map-marker"}} {{model.location}}{{/if}}
{{#if websiteName}} {{#if websiteName}}
{{fa-icon "globe"}} {{fa-icon "globe"}}
{{#if linkWebsite}} {{#if linkWebsite}}