Update .github-icon class

This commit is contained in:
Santiago Lo Coco 2022-02-13 21:56:43 -03:00
parent a1cd7b5c19
commit 6ac033a3dd
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<h2 class="card-title">{{ project.title }}</h2>
<p class="card-text">{{ project.description }}</p>
{%- if project.github -%}
<div class="github-icon" style="float: right;">
<div class="github-icon">
<div class="icon" data-toggle="tooltip" title="Code Repository">
<a href="{{ project.github }}" class="stretched-link"><i class="fab fa-lg fa-github gh-icon"></i></a>
</div>

View File

@ -350,6 +350,7 @@ blockquote {
}
.github-icon {
float: right;
z-index: 2;
position: relative;
}