-2
I am doing a mini-project where on PC the same does not present problems in the page preview. But when I test on the cell phone the thing changes a little figure, see the print of the two tests please:
In the first part of the panel is occupying the footer, my code is basically this:
<div class="panel panel-default">
<div class="panel-body">
Conteúdo aqui.
</div></div>
In the second the site is all deformed, to the point that certain objects disappear from the page. Is there an adjustment or script that I can use to get around this problem? Thanks in advance.
The site should be responsive, or using some library that assists such as bootstrap, or by code, such as medias queries
– BrTkCa
Hey Lucas, I’m wearing the bootstrap.
– Bebeto Alves
Boostrap has the grid system and the mobile first concept, which is basically to develop first thinking about the mobile, for then dektop.
– BrTkCa