Add fixed-width attribute to all academia icons
This commit is contained in:
parent
f5d23c9b41
commit
46d584a7ba
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue