# PageShell

Provide the shared page-width and vertical rhythm wrapper. The invisible corset that keeps your layout looking trim and proper.

## Notes

- Use it as the main content container for full pages.
- Let local pages decide section order and surrounding landmarks.
- It keeps your content from stretching all the way to the edges of a 49-inch ultrawide monitor.



## Example

```astro
<PageShell class="flex flex-col gap-8"><slot /></PageShell>
```
