Skip to content

Commit

Permalink
Merge pull request #77 from CodeForPhilly/tblacknc-patch-3
Browse files Browse the repository at this point in the history
Cosmetic update #71
  • Loading branch information
themightychris authored May 25, 2022
2 parents f1b79a4 + 2213571 commit 41a8cc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html-templates/home.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="row">

<div class="col-12 col-xl-8" style="padding-right:0;">
<div class="col-12 col-xl-7 mx-xl-auto" style="padding-right:0;">

<div class="">
<video class="" style="width: 100%;" autoplay muted loop poster="videos/video.jpg">
Expand Down Expand Up @@ -96,7 +96,7 @@
<div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x text-danger"></i></div>
</div>
<img class="img-fluid" src="/img/portfolio/{$image}" alt="" />
<img class="img-fluid shadow" src="/img/portfolio/{$image}" alt="" />
</a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">{$name}</div>
Expand All @@ -106,7 +106,7 @@
</div>
{/template}

<section class="page-section bg-light" id="projects">
<section class="page-section" id="projects">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Join a Project</h2>
Expand Down

0 comments on commit 41a8cc9

Please sign in to comment.