[mirotalk] - improve landing page

This commit is contained in:
Miroslav Pejic
2023-06-13 13:04:55 +02:00
parent a12c7b4d52
commit cdf656f3ee
2 changed files with 11 additions and 6 deletions
+4
View File
@@ -3389,6 +3389,10 @@ img.has-shadow {
border-radius: 24px;
}
.w-150 {
width: 150px;
}
@media (max-width: 640px) {
.ta-l-mobile {
text-align: left;
+7 -6
View File
@@ -162,22 +162,23 @@
<section class="clients section">
<div class="container">
<h2 style="text-align: center">Our sponsors</h2>
<div class="clients-inner section-inner has-top-divider has-bottom-divider">
<h2 style="text-align: center">Our sponsors</h2>
<ul class="list-reset">
<li class="reveal-from-top" data-reveal-delay="150">
<a href="https://broadcastx.de/" target="_blank"
><img src="../sponsors/BroadcastX.png" alt="BroadcastX"
><img class="w-150" src="../sponsors/BroadcastX.png" alt="BroadcastX"
/></a>
</li>
<li class="reveal-from-top" data-reveal-delay="300">
<a href="https://hetzner.cloud/?ref=XdRifCzCK3bn" target="_blank"
><img src="../sponsors/Hetzner.png" alt="Hetzner"
><img class="w-150" src="../sponsors/Hetzner.png" alt="Hetzner"
/></a>
</li>
<li class="reveal-from-top" data-reveal-delay="450">
<a style="cursor: pointer" onclick="adultContent()"
><img src="../sponsors/LuvLounge.png" alt="LuvLounge"
><img class="w-150" src="../sponsors/LuvLounge.png" alt="LuvLounge"
/></a>
</li>
<script>
@@ -193,12 +194,12 @@
</script>
<li class="reveal-from-top" data-reveal-delay="450">
<a href="https://www.questionpro.com" target="_blank"
><img src="../sponsors/QuestionPro.png" alt="QuestionPro"
><img class="w-150" src="../sponsors/QuestionPro.png" alt="QuestionPro"
/></a>
</li>
<li class="reveal-from-top" data-reveal-delay="450">
<a href="https://www.browserstack.com" target="_blank"
><img src="../sponsors/BrowserStack.png" alt="BrowserStack"
><img class="w-150" src="../sponsors/BrowserStack.png" alt="BrowserStack"
/></a>
</li>
</ul>