mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 11:03:34 +00:00
fix(website): demo min height to not shrink before video is loaded
This commit is contained in:
@@ -117,6 +117,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="max-w-3xl mx-auto px-4 sm:px-6 flex justify-center pb-12 relative before:absolute before:-top-12 before:w-96 before:h-96 before:bg-zinc-900 before:opacity-[.15] before:rounded-full before:blur-3xl before:-z-10">
|
<div class="max-w-3xl mx-auto px-4 sm:px-6 flex justify-center pb-12 relative before:absolute before:-top-12 before:w-96 before:h-96 before:bg-zinc-900 before:opacity-[.15] before:rounded-full before:blur-3xl before:-z-10">
|
||||||
|
<div class="w-full md:min-h-[420px]">
|
||||||
<script src="https://fast.wistia.com/player.js" async></script>
|
<script src="https://fast.wistia.com/player.js" async></script>
|
||||||
<script src="https://fast.wistia.com/embed/k47uwt9uau.js" async type="module"></script>
|
<script src="https://fast.wistia.com/embed/k47uwt9uau.js" async type="module"></script>
|
||||||
<style>wistia-player[media-id='k47uwt9uau']:not(:defined) {
|
<style>wistia-player[media-id='k47uwt9uau']:not(:defined) {
|
||||||
@@ -128,6 +129,7 @@
|
|||||||
<wistia-player media-id="k47uwt9uau" aspect="1.7142857142857142"></wistia-player>
|
<wistia-player media-id="k47uwt9uau" aspect="1.7142857142857142"></wistia-player>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Value proposition -->
|
<!-- Value proposition -->
|
||||||
|
|||||||
@@ -2212,6 +2212,10 @@ input[type="search"]::-webkit-search-results-decoration {
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.md\:min-h-\[420px\]{
|
||||||
|
min-height: 420px;
|
||||||
|
}
|
||||||
|
|
||||||
.md\:max-w-4xl{
|
.md\:max-w-4xl{
|
||||||
max-width: 56rem;
|
max-width: 56rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user