mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:22:45 +00:00 
			
		
		
		
	 867e04768e
			
		
	
	
		867e04768e
		
	
	
	
	
		
			
			Previously we used the border box, which meant that tracks did not grow to accommodate item margins.
		
			
				
	
	
		
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			261 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			No EOL
		
	
	
		
			261 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><style>
 | |
|     * { border: 1px solid black; }
 | |
|     body {
 | |
|         display: grid;
 | |
|         grid-template-columns: 1fr min(89ch, 100% - 89px) 1fr;
 | |
|     }
 | |
|     h1 {
 | |
|         grid-column: 2 / auto;
 | |
|     }
 | |
| </style><body><h1>Null publishes fine indie games</h1> |