mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
tidy icons
This commit is contained in:
parent
3027f142b2
commit
c3238b60a4
2 changed files with 15 additions and 8 deletions
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue