Good afternoon, I have the following problem in my code, when I see the PC everything is normal, correct positioning, but when accessing the cell phone it is 15cm up, inside the browser of the PC it is positioning correction. >
CSS:
<style>
@media screen and (max-width: 449px) {
div.maquina {position: absolute;top: 120px;left: 49px;font-size: 30px;font-family: 'Candal', sans-serif;}
div.maquina2 {position: absolute;top: 120px;left: 193px;font-size: 30px;font-family: 'Candal', sans-serif;}
</style>