I'm creating a site with responsive layout, when the site enters the mobile resolution on an undesirable space below
@media(min-width:176px) {
div#rodape{
width: 100%;
height: 70px;
padding-top: 10px;
text-align:center;
}
}
@media(min-width:320px) {
div#rodape{
width: 100%;
height: 230px;
text-align:center;
}
}
/ OBS. this site is not mine this is just an example /