Skip to content

Commit

Permalink
tamanho das fontes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-erades committed Sep 11, 2023
1 parent 720e61a commit eff259c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ div.promocoes-semana h4.dia-semana{
img#congresso{
width: 400px;
}
.cartao-pizza h4{
font-size: 1.8em;
}
}
@media (min-width:200px) and (max-width:299.98px){
/* responsividade promoções */
Expand Down Expand Up @@ -431,16 +434,28 @@ div.promocoes-semana h4.dia-semana{
div#carousel-controles-especial .cartao-pizza h3 {
font-size: 1.5em
}
.cartao-pizza h4{
font-size: 1.8em;
}
section#promocao h4{
font-size: 1.1em;
}
}
@media (min-width:990.98px) and (max-width:1199.98px){
div#carousel-controles-especial br{
display: none;
}
.cartao-pizza h4{
font-size: 2em;
}
}
@media (min-width:1200px){
div#carousel-controles-especial br{
display: block;
}
.cartao-pizza h4{
font-size: 2em;
}
}
/*------------------------------------------------------------*/
@media(min-width:1000px) and (max-width:1200px){
Expand Down

0 comments on commit eff259c

Please sign in to comment.