Skip to content

Commit 33e38fc

Browse files
authored
Cosmetic update: Issue 71
Cosmetic update: making the bg color the same frame the video shadow the model boxes Male modal boxes the same size #71
1 parent 41e8b27 commit 33e38fc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

html-templates/home.tpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<div class="row">
1414

1515
<div class="col-12 col-xl-8" style="padding-right:0;">
16-
16+
<div class="col-12 col-xl-1" style="padding-right:0;"></div>
17+
1718
<div class="">
1819
<video class="" style="width: 100%;" autoplay muted loop poster="videos/video.jpg">
1920
<source src="videos/video-small.mp4" type="video/mp4">
@@ -96,7 +97,7 @@
9697
<div class="portfolio-hover">
9798
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x text-danger"></i></div>
9899
</div>
99-
<img class="img-fluid" src="/img/portfolio/{$image}" alt="" />
100+
<img class="img-fluid shadow" src="/img/portfolio/{$image}" style="width:450px;height:250px;" alt="" />
100101
</a>
101102
<div class="portfolio-caption">
102103
<div class="portfolio-caption-heading">{$name}</div>
@@ -106,7 +107,7 @@
106107
</div>
107108
{/template}
108109

109-
<section class="page-section bg-light" id="projects">
110+
<section class="page-section" id="projects">
110111
<div class="container">
111112
<div class="text-center">
112113
<h2 class="section-heading text-uppercase">Join a Project</h2>

0 commit comments

Comments
 (0)