Skip to content

Commit

Permalink
Move overlay-text div into overlay-color to fix HTTPS serve error
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacharyEspiritu committed Jul 22, 2018
1 parent b76edea commit 3f53b8d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _includes/project_card.html
Expand Up @@ -2,8 +2,9 @@
<a class="block-link" href="{{ project.url }}">
<div class="thumbnail" style="background-image: url('{{ project.image_path }}');">
<div class="detail-overlay">
<div class="overlay-color" style="background: {{ project.card_color }};"></div>
<div class="overlay-text">{{ project.tagline }}</div>
<div class="overlay-color" style="background: {{ project.card_color }};">
<div class="overlay-text">{{ project.tagline }}</div>
</div>
</div>
</div>
<div class="title">
Expand Down

0 comments on commit 3f53b8d

Please sign in to comment.