> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chipmunktheme.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Increase Page Width

> Learn how to change the width of your website

```css theme={null}
body {
  // Change the 1280px to your desired width.
  --chipmunk--layout--container-width: 1280px;
}
```
