Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22c565cee61a8fe

Jump to content

Template:Grid list/styles.css

From Wikipedia, the free encyclopedia
@media (min-width: 500px) {
	.grid-list > ul {
		display: grid;
	}
	
	.grid-list-2col > ul,
	.grid-list-3col > ul,
	.grid-list-4col > ul {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 640px) {
	.grid-list-3col > ul,
	.grid-list-4col > ul {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 780px) {
	.grid-list-4col > ul {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}