Remove unnecesary div

This commit is contained in:
Santiago Lo Coco 2022-02-13 23:46:36 -03:00
parent 6cef625941
commit 8ba32d058d
1 changed files with 1 additions and 5 deletions

View File

@ -5,13 +5,11 @@
<a href="{{ project.url | relative_url }}" class="stretched-link">
{%- endif -%}
<div class="card hoverable h-100">
<div class="row g-0">
<div class="col-md-12">
<div class="card-body">
<h3 class="card-title">{{ project.title }}</h3>
<p class="card-text">{{ project.description }}</p>
{%- if project.github -%}
<div class="github-icon" style="margin-bottom: 10px;">
<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>
@ -24,8 +22,6 @@
</div>
{%- endif -%}
</div>
</div>
</div>
</div>
</a>
</div>