|  |  | @@ -99,8 +99,8 @@ export default class Explore extends Vue { | 
		
	
		
			
			|  |  |  | grid-template-areas: "info log log statblock" | 
		
	
		
			
			|  |  |  | "info log log containers" | 
		
	
		
			
			|  |  |  | "worldinfo log log containers" | 
		
	
		
			
			|  |  |  | "nav nav choices choices  "; | 
		
	
		
			
			|  |  |  | grid-template-rows: fit-content(50%) fit-content(30%) 1fr 1fr; | 
		
	
		
			
			|  |  |  | "nav nav choices containers  "; | 
		
	
		
			
			|  |  |  | grid-template-rows: fit-content(50%) 1fr 1fr 1fr; | 
		
	
		
			
			|  |  |  | grid-template-columns: 1fr 1fr 1fr 1fr; | 
		
	
		
			
			|  |  |  | width: 100%; | 
		
	
		
			
			|  |  |  | height: 100%; | 
		
	
	
		
			
				|  |  | 
 |