diff --git a/src/components/empty-box/empty-box.scss b/src/components/empty-box/empty-box.scss index 14b4e1b93..d348eb6d1 100644 --- a/src/components/empty-box/empty-box.scss +++ b/src/components/empty-box/empty-box.scss @@ -40,9 +40,11 @@ ion-app.app-root core-empty-box { } } - @include media-breakpoint-down(sm) { + @media (max-width: 350px) { .core-empty-box { position: relative; + height: auto; + margin-top: 50px; .icon { font-size: 100px;