I'm doing a mini-project where on PC it does not present problems in page view. But when I test the cell phone thing changes a bit, see the print of the two tests please:
Inthefirstpartofthepanelisoccupyingthefooter,mycodeisbasicallythis:
<divclass="panel panel-default">
<div class="panel-body">
Conteúdo aqui.
</div></div>
In the second, the site gets all deformed, so that certain objects disappear from the page. Is there any adjustment or script I can use to work around this problem? Thank you in advance.