Upgrade ProModal feature image responsiveness

• Upgrade:
- ProModal feature image responsiveness
This commit is contained in:
mgabdev
2020-08-10 21:59:45 -05:00
parent 35593e92dc
commit abf6e9fe53
2 changed files with 3 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ class ProUpgradeModal extends ImmutablePureComponent {
width='100%'
height='auto'
fit='cover'
className={_s.heightMin320PX}
className={[_s.heightMax340PX, _s.heightMin200PX].join(' ')}
/>
</div>