mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
Remove margin from about video
This commit is contained in:
parent
9b871dbfcc
commit
4f689885e6
@ -37,7 +37,7 @@
|
||||
video {
|
||||
width: 640px;
|
||||
max-width: 90%;
|
||||
margin-top: 30px;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
|
@ -92,8 +92,9 @@ console.log('Downloading testnet assets');
|
||||
download(PATH + 'assets-testnet.json', testnetAssetsJsonUrl);
|
||||
console.log('Downloading testnet assets minimal');
|
||||
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);
|
||||
}
|
||||
console.log('Downloading mining pool logos');
|
||||
downloadMiningPoolLogos();
|
||||
|
Loading…
Reference in New Issue
Block a user