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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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