Skip to content

Commit b9a77f9

Browse files
authored
Merge pull request #2480 from x-zang/patch-1
improve alignment of "employer" sidebar
2 parents 73d65ff + 784887a commit b9a77f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/author-profile.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h3 class="author__name">{{ author.name }}</h3>
2828
<li class="author__desktop"><i class="fa-solid fa-location-dot icon-pad-right" aria-hidden="true"></i>{{ author.location }}</li>
2929
{% endif %}
3030
{% if author.employer %}
31-
<li class="author__desktop"><i class="fa fa-solid fa-building-columns icon-pad-right" aria-hidden="true"></i>{{ author.employer }}</li>
31+
<li class="author__desktop"><i class="fas fa-fw fa-building-columns icon-pad-right" aria-hidden="true"></i>{{ author.employer }}</li>
3232
{% endif %}
3333
{% if author.uri %}
3434
<li><a href="{{ author.uri }}"><i class="fas fa-fw fa-link icon-pad-right" aria-hidden="true"></i>{{ site.data.ui-text[site.locale].website_label | default: "Website" }}</a></li>

0 commit comments

Comments
 (0)