Remove margin from about video

This commit is contained in:
hunicus 2023-03-02 23:02:35 +09:00
parent 9b871dbfcc
commit 4f689885e6
No known key found for this signature in database
GPG Key ID: 24837C51B6D81FD9
2 changed files with 4 additions and 3 deletions

View File

@ -37,7 +37,7 @@
video {
width: 640px;
max-width: 90%;
margin-top: 30px;
margin-top: 0;
}
.social-icons {

View File

@ -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();