Remove margin from about video
This commit is contained in:
		
							parent
							
								
									9b871dbfcc
								
							
						
					
					
						commit
						4f689885e6
					
				@ -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();
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user