fix icon spacing and move more css styling to css files

This commit is contained in:
JesseBot 2022-10-06 09:05:26 +02:00
parent 9f873b3cf5
commit bea90d3724
3 changed files with 10 additions and 6 deletions

View file

@ -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 ----------- */

View file

@ -441,11 +441,6 @@ a:hover {
text-decoration: none;
}
.social_links {
font-size: 4rem;
color: cornflowerblue;
}
/********** FooterWrap Section **********/
#footerwrap {
background: #262626;

View file

@ -32,7 +32,8 @@
</center>
<br />
<center>
<p class="social_links">
<p>
&nbsp;
{% 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'] }}">
&nbsp;
</span>
</a>
{% endfor %}