Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 13, 2025
1 parent 6429a49 commit e051967
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/furo/assets/styles/variables/_spacing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
@mixin spacing {
// Header!
--header-height: calc(
var(--sidebar-item-line-height) + 4 * #{var(--sidebar-item-spacing-vertical)}
var(--sidebar-item-line-height) + 4 *
#{var(--sidebar-item-spacing-vertical)}
);
--header-padding: 0.5rem;

Expand Down

0 comments on commit e051967

Please sign in to comment.