mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 22:57:07 +02:00
Remove margin from about video
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
video {
|
video {
|
||||||
width: 640px;
|
width: 640px;
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
margin-top: 30px;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.social-icons {
|
.social-icons {
|
||||||
|
@@ -92,8 +92,9 @@ console.log('Downloading testnet assets');
|
|||||||
download(PATH + 'assets-testnet.json', testnetAssetsJsonUrl);
|
download(PATH + 'assets-testnet.json', testnetAssetsJsonUrl);
|
||||||
console.log('Downloading testnet assets minimal');
|
console.log('Downloading testnet assets minimal');
|
||||||
download(PATH + 'assets-testnet.minimal.json', testnetAssetsMinimalJsonUrl);
|
download(PATH + 'assets-testnet.minimal.json', testnetAssetsMinimalJsonUrl);
|
||||||
console.log('Downloading promo video');
|
if (!fs.existsSync(promoVideo)) {
|
||||||
if (!fs.existsSync(promoVideo))
|
console.log('Downloading promo video');
|
||||||
download(promoVideo, promoVideoUrl);
|
download(promoVideo, promoVideoUrl);
|
||||||
|
}
|
||||||
console.log('Downloading mining pool logos');
|
console.log('Downloading mining pool logos');
|
||||||
downloadMiningPoolLogos();
|
downloadMiningPoolLogos();
|
||||||
|
Reference in New Issue
Block a user