mirror of
https://github.com/jessebot/tiny_personal_website.git
synced 2025-10-01 01:48:43 +00:00
fix icon spacing and move more css styling to css files
This commit is contained in:
parent
9f873b3cf5
commit
bea90d3724
3 changed files with 10 additions and 6 deletions
|
@ -10,16 +10,23 @@
|
|||
}
|
||||
|
||||
/* ------- social icons ----------- */
|
||||
|
||||
.nf-fa-github_alt:before {
|
||||
content: "\f113";
|
||||
font-size: 4rem;
|
||||
color: cornflowerblue;
|
||||
}
|
||||
|
||||
.nf-fa-gitlab:before {
|
||||
content: "\f296";
|
||||
font-size: 4rem;
|
||||
color: cornflowerblue;
|
||||
}
|
||||
|
||||
.nf-fa-linkedin_square:before {
|
||||
content: "\f08c";
|
||||
font-size: 4rem;
|
||||
color: cornflowerblue;
|
||||
}
|
||||
|
||||
/* ------- user icons ----------- */
|
||||
|
|
|
@ -441,11 +441,6 @@ a:hover {
|
|||
text-decoration: none;
|
||||
}
|
||||
|
||||
.social_links {
|
||||
font-size: 4rem;
|
||||
color: cornflowerblue;
|
||||
}
|
||||
|
||||
/********** FooterWrap Section **********/
|
||||
#footerwrap {
|
||||
background: #262626;
|
||||
|
|
|
@ -32,7 +32,8 @@
|
|||
</center>
|
||||
<br />
|
||||
<center>
|
||||
<p class="social_links">
|
||||
<p>
|
||||
|
||||
{% for lnk in social_links %}
|
||||
<!-- Linkedin -->
|
||||
<a target="_blank"
|
||||
|
@ -40,6 +41,7 @@
|
|||
data-toggle="tooltip" data-placement="left"
|
||||
title="{{ lnk }}">
|
||||
<span class="{{ social_links[lnk]['icon'] }}">
|
||||
|
||||
</span>
|
||||
</a>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue