Featured Banner is not responsive in mobile devices

Summary

The Featured Banner component does not look responsive in mobile devices.

Steps to reproduce

  1. Create a Landing Page
  2. Add a Featured Banner with long text in the first section
  3. See it in mobile resolution

Possible fixes

Probably it is caused from big margin in mobile devices.

@media only screen and (max-width: 767px)
.component-division__text {
    margin: 45% 5% 5% 5%;
    position: static;
    width: 90%;
    max-width: none;
}

Attachments

Screenshot_2019-06-21_at_18.05.39

Edited by Konstantinos Platis
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information