Hi Agama Team!
when the page is seen on a vertical mobile screen view is ok, but turning the screen 90º does not reload the page to 100% of the width and the texts become smaller. I’ve tried changing:
@media (max-width: 767px) {
#main-wrapper {
max-width: 100%;
}
}