tidy icons

This commit is contained in:
JesseBot 2022-10-05 23:58:59 +02:00
parent 3027f142b2
commit c3238b60a4
2 changed files with 15 additions and 8 deletions

View file

@ -7,10 +7,7 @@
font-family: 'Mononoki';
}
.nf-fa-user_secret:before {
content: "\f21b";
}
/* ------- social icons ----------- */
.nf-fa-github_alt:before {
content: "\f113";
}
@ -22,3 +19,16 @@
.nf-fa-linkedin_square:before {
content: "\f08c";
}
/* ------- user icons ----------- */
.nf-fa-user_secret:before {
content: "\f21b";
}
.nf-mdi-human:before {
content: "\f7e5";
}
.nf-mdi-account:before {
content: "\f503";
}

View file

@ -5,10 +5,7 @@
<div class="col-4">
<div class="dash-unit">
<dtitle>
<br />
<i class="nf-fa-user_secret"
style="font-size: 2rem;"></i>
<span class="nf-mdi-account" style="font-size: 1.5rem;"></span>
About {{ globals['name'] }}
</dtitle>
<hr style="margin-bottom: 0;">