We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a47415 commit 65a623bCopy full SHA for 65a623b
1 file changed
_layouts/index.html
@@ -19,8 +19,8 @@
19
20
<div class="md-modal md-effect-12 md-show">
21
<div class="md-content">
22
+ <button class="md-close">Close</button>
23
<iframe width="630" height="410" src="https://www.youtube.com/embed/4J8mViMo8lE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
- <button class="md-close">Close</button>
24
</div>
25
26
@@ -244,7 +244,7 @@ <h2 class="section-title">Our Clients</h2>
244
-moz-transform: scale(0.8);
245
-ms-transform: scale(0.8);
246
transform: scale(0.8);
247
- opacity: 0;
+ opacity: 1;
248
-webkit-transition: all 0.3s;
249
-moz-transition: all 0.3s;
250
transition: all 0.3s;
0 commit comments