---
title: 'Layout'
description: 'Nerdfish UI layouting'
sidebar:
  label: 'Layout'
  order: 3
---

## Layout

Layout, sizing, grids, spacing, etc. all will be handled by Tailwind CSS's
utility classes.

- [Layout](https://tailwindcss.com/docs/container)
- [Sizing](https://tailwindcss.com/docs/width)
- [Flexbox](https://tailwindcss.com/docs/flex)
- [Grid](https://tailwindcss.com/docs/grid-template-columns)
- [Box alignment](https://tailwindcss.com/docs/justify-content)
- [Spacing](https://tailwindcss.com/docs/padding)
