0
HTML:
<div class="conteudotopo">
<div class="container-logo">
<img src="VX_LOGOTIPO" height="30" />
</div>
<p>NF: 112233</p>
<!-- <p>Pedido: 0</p> -->
</div>
CSS:
.conteudotopo{
margin: 2px;
flex: 1;
height:25mm;
font-size: 26px;
}
You can see in "NF: 112233" that even with font-size: 26px, the font size is not changed. I have to use Chrome
tried to apply the inline style to your tag? I think so will.
– ElvisP
Thanks @Eliseub. Problem solved
– user138238