mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
Make about video responsive
This commit is contained in:
parent
b1e7bbcc3e
commit
9b871dbfcc
@ -13,7 +13,7 @@
|
||||
<p i18n>Our mempool and blockchain explorer for the Bitcoin community, focusing on the transaction fee market and multi-layer ecosystem, completely self-hosted without any trusted third-parties.</p>
|
||||
</div>
|
||||
|
||||
<video style="width: 638px; height: 360px;" src="/resources/mempool-promo.mp4" poster="/resources/mempool-promo.jpg" controls loop playsinline [autoplay]="true" [muted]="true"></video>
|
||||
<video src="/resources/mempool-promo.mp4" poster="/resources/mempool-promo.jpg" controls loop playsinline [autoplay]="true" [muted]="true"></video>
|
||||
|
||||
<div class="enterprise-sponsor" id="enterprise-sponsors">
|
||||
<h3 i18n="about.sponsors.enterprise.withRocket">Enterprise Sponsors 🚀</h3>
|
||||
|
@ -35,7 +35,9 @@
|
||||
}
|
||||
|
||||
video {
|
||||
margin-top: 48px;
|
||||
width: 640px;
|
||||
max-width: 90%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
|
Loading…
Reference in New Issue
Block a user