Resolution for ACS-3904 (#2779)

This commit is contained in:
arohilaGL
2022-11-25 14:43:15 +05:30
committed by GitHub
parent ed20971962
commit ef094ee963

View File

@@ -38,3 +38,12 @@ aca-search-results,
ng-component { ng-component {
@include flex-column; @include flex-column;
} }
@media screen and (max-width: 600px) {
app-root,
app-about,
adf-layout-container,
aca-search-results,
ng-component {
height: 80vh;
}
}