Skip to content

Commit

Permalink
fix(themes): fix typo in layout component style (#3098)
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Sep 28, 2022
1 parent cea9263 commit 5740682
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
}
}

@media screen and(min-width: $layout-window-mode-max-width + 150px) {
@media screen and (min-width: $layout-window-mode-max-width + 150px) {
$padding-top: calc(#{nb-theme(layout-window-mode-padding-top)} * 0.5);

@include window-mode($padding-top);
Expand Down

1 comment on commit 5740682

@michael-soorys
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

Please sign in to comment.