diff options
Diffstat (limited to 'wiki/features/custom-css.md')
-rw-r--r-- | wiki/features/custom-css.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/features/custom-css.md b/wiki/features/custom-css.md index 0ca4411..406b124 100644 --- a/wiki/features/custom-css.md +++ b/wiki/features/custom-css.md @@ -13,7 +13,7 @@ hideBackToTop: true The theme supports custom css, you can override anything you want by redefining classes in the `assets/custom.css` file. -For instance, changing the main widht can be done as follows: +For instance, changing the main width can be done as follows: ```css :root { |