Add fixed-width attribute to all academia icons

This commit is contained in:
Thomas A. Christensen II 2022-06-28 22:34:43 -05:00
parent f5d23c9b41
commit 46d584a7ba
Signed by: millironx
GPG key ID: 139C07724802BC5D

View file

@ -3,21 +3,21 @@
<h3> <h3>
{{ if eq .Params.type "poster" }} {{ if eq .Params.type "poster" }}
<i <i
class="fad fa-presentation" class="fad fa-fw fa-presentation"
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
title="Poster" title="Poster"
></i> ></i>
{{ end }} {{ end }}
{{ if eq .Params.type "thesis" }} {{ if eq .Params.type "thesis" }}
<i <i
class="fad fa-graduation-cap" class="fad fa-fw fa-graduation-cap"
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
title="Thesis" title="Thesis"
></i> ></i>
{{ end }} {{ end }}
{{ if eq .Params.type "presentation" }} {{ if eq .Params.type "presentation" }}
<i <i
class="fad fa-podium" class="fad fa-fw fa-podium"
data-bs-toggle="tooltip" data-bs-toggle="tooltip"
title="Presentation" title="Presentation"
></i> ></i>