diff --git a/docs/design/css/variables/index.mdx b/docs/design/css/variables/index.mdx index 62fb24e..5badce2 100644 --- a/docs/design/css/variables/index.mdx +++ b/docs/design/css/variables/index.mdx @@ -302,7 +302,7 @@ The infima variables are used to define the spacing used in the design system. T | | | | | | `--ifm-footer-link-horizontal-spacing` | The horizontal spacing used for footer links. | `0.5rem` | | | `--ifm-footer-padding-vertical` | The vertical padding used for footers. | `calc(var(--ifm-spacing-vertical) * 2)` | `2rem` | -| `--ifm-fotter-padding-horizontal` | The horizontal padding used for footers. | `calc(var(--ifm-spacing-horizontal) * 2)` | `2rem` | +| `--ifm-footer-padding-horizontal` | The horizontal padding used for footers. | `calc(var(--ifm-spacing-horizontal) * 2)` | `2rem` | | | | | | | `--ifm-menu-link-padding-vertical` | The vertical padding used for menu links. | `0.375rem` | | | `--ifm-menu-link-padding-horizontal` | The horizontal padding used for menu links. | `0.75rem` | |