diff --git a/src/framework/theme/components/layout/_layout.component.theme.scss b/src/framework/theme/components/layout/_layout.component.theme.scss index e4a53df5f3..fe5c0726d7 100644 --- a/src/framework/theme/components/layout/_layout.component.theme.scss +++ b/src/framework/theme/components/layout/_layout.component.theme.scss @@ -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);