Update .github-icon class
This commit is contained in:
parent
a1cd7b5c19
commit
6ac033a3dd
|
@ -15,7 +15,7 @@
|
||||||
<h2 class="card-title">{{ project.title }}</h2>
|
<h2 class="card-title">{{ project.title }}</h2>
|
||||||
<p class="card-text">{{ project.description }}</p>
|
<p class="card-text">{{ project.description }}</p>
|
||||||
{%- if project.github -%}
|
{%- if project.github -%}
|
||||||
<div class="github-icon" style="float: right;">
|
<div class="github-icon">
|
||||||
<div class="icon" data-toggle="tooltip" title="Code Repository">
|
<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>
|
<a href="{{ project.github }}" class="stretched-link"><i class="fab fa-lg fa-github gh-icon"></i></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -350,6 +350,7 @@ blockquote {
|
||||||
}
|
}
|
||||||
|
|
||||||
.github-icon {
|
.github-icon {
|
||||||
|
float: right;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue