Skip to content

Commit

Permalink
Fixed typo in left-margin
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanjs authored Oct 4, 2024
1 parent b6bd877 commit d8c8f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// disable for Max(), we want to use the CSS max() function
margin-left: Max(
#{$nav-width},
calc((50% - #{$nav-width + $content-width}) / 2 + #{$nav-width})
calc((50% - #{$nav-width + $content-width}) / 20 + #{$nav-width})
);
// stylelint-enable function-name-case
}
Expand Down

0 comments on commit d8c8f6e

Please sign in to comment.