/**
 * TechBBQ Page Timeline — layout overrides for techbbq-about-history on internal pages.
 *
 * Figma About Us history:
 * - 1440: node 5207:50454
 * - 1024: node 4628:15083
 * - 768:  node 4629:16101
 * - 360:  node 4629:16262
 */

@media (min-width: 1024px) {
	.techbbq-page-timeline .techbbq-about-history__entry {
		grid-template-columns: 112px 40px minmax(0, 1fr);
	}
}
