16 lines
		
	
	
		
			265 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			265 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #wait-seed-wrapper{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     justify-content: center;
 | |
|     flex-wrap: wrap;
 | |
|     max-width: 620px;
 | |
|     margin-left: auto;
 | |
|     margin-right: auto;
 | |
| }
 | |
| 
 | |
| #wait-seed{
 | |
|     width: 620px;
 | |
|     min-height: 360px;
 | |
|     text-align: center;
 | |
| }
 | 
