This is the Astro documentation website template. Very interesting !

Here is the CSS style:

		body {
		@apply min-h-screen flex flex-col
		}
		main {
		@apply grow mx-auto flex flex-col md:flex-row p-4 lg:w-5/6
		}
		#grid-main {
		@apply grow
		}