Updated StatusCard height on XS screen

• Updated:
- StatusCard height on XS screen
This commit is contained in:
mgabdev 2020-06-12 16:58:30 -04:00
parent fe7d713587
commit 03e28831f3
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ export default class StatusCard extends ImmutablePureComponent {
<ResponsiveClassesComponent
classNames={[_s.default, _s.height220PX, _s.width330PX].join(' ')}
classNamesSmall={[_s.default, _s.height260PX, _s.width100PC].join(' ')}
classNamesXS={[_s.default, _s.height200PX, _s.width100PC].join(' ')}
>
<img alt={''} src={cardImg} className={[_s.default, _s.objectFitCover, _s.width100PC, _s.height100PC].join(' ')} />
</ResponsiveClassesComponent>