Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/design/css/variables/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` | |
Expand Down