diff --git a/src/@fuse/components/search-bar/search-bar.component.scss b/src/@fuse/components/search-bar/search-bar.component.scss index 3fad367d..954a1b90 100644 --- a/src/@fuse/components/search-bar/search-bar.component.scss +++ b/src/@fuse/components/search-bar/search-bar.component.scss @@ -9,7 +9,7 @@ height: 64px; font-size: 13px; - @include media-breakpoint-down('sm') { + @include media-breakpoint-down('xs') { height: 56px; } @@ -28,7 +28,7 @@ height: 64px !important; line-height: 64px !important; - @include media-breakpoint-down('sm') { + @include media-breakpoint-down('xs') { height: 56px !important; line-height: 56px !important; } @@ -39,7 +39,7 @@ height: 64px !important; line-height: 64px !important; - @include media-breakpoint-down('sm') { + @include media-breakpoint-down('xs') { height: 56px !important; line-height: 56px !important; }