Skip to content

Commit 48542ad

Browse files
authored
Cosmetic update #71
Cosmetic update: making the bg color the same frame the video shadow the model boxes
1 parent 41e8b27 commit 48542ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

html-templates/home.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<div class="row">
1414

15-
<div class="col-12 col-xl-8" style="padding-right:0;">
15+
<div class="col-12 col-xl-8 mx-xl-4" style="padding-right:0;">
1616

1717
<div class="">
1818
<video class="" style="width: 100%;" autoplay muted loop poster="videos/video.jpg">
@@ -96,7 +96,7 @@
9696
<div class="portfolio-hover">
9797
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x text-danger"></i></div>
9898
</div>
99-
<img class="img-fluid" src="/img/portfolio/{$image}" alt="" />
99+
<img class="img-fluid shadow" src="/img/portfolio/{$image}" alt="" />
100100
</a>
101101
<div class="portfolio-caption">
102102
<div class="portfolio-caption-heading">{$name}</div>
@@ -106,7 +106,7 @@
106106
</div>
107107
{/template}
108108

109-
<section class="page-section bg-light" id="projects">
109+
<section class="page-section" id="projects">
110110
<div class="container">
111111
<div class="text-center">
112112
<h2 class="section-heading text-uppercase">Join a Project</h2>

0 commit comments

Comments
 (0)