Skip to content

Commit

Permalink
alterações
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-erades committed Sep 11, 2023
1 parent 08dd73c commit 2d18ff5
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 92 deletions.
24 changes: 15 additions & 9 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ div.promocoes-semana h4.dia-semana{
span.preco-promocao{
font-size: 1.3em;
}
span.divisor-quad{
color: rgb(251, 170, 0);
}
}
@media (min-width:300px) and (max-width:360px){
/* responsividade promoções */
Expand All @@ -181,9 +178,6 @@ div.promocoes-semana h4.dia-semana{
span.preco-promocao{
font-size: 1.5em;
}
span.divisor-quad{
color: rgb(251, 170, 0);
}
}
@media (min-width:361.98px) and (max-width:759.98px){
/* responsividade promoções */
Expand All @@ -202,9 +196,6 @@ div.promocoes-semana h4.dia-semana{
span.preco-promocao{
font-size: 1.5em;
}
span.divisor-quad{
color: rgb(251, 170, 0);
}
}
@media(max-width:300px){
body{
Expand Down Expand Up @@ -429,6 +420,21 @@ div.promocoes-semana h4.dia-semana{
margin-bottom: 10px;
}
}
/* cards pizzzas */
@media (min-width:767.98px) and (max-width:920.98px){

}
@media (min-width:990.98px) and (max-width:1199.98px){
div#carousel-controles-especial br{
display: none;
}
}
@media (min-width:1200px){
div#carousel-controles-especial br{
display: block;
}
}
/*------------------------------------------------------------*/
@media(min-width:1000px) and (max-width:1200px){
/* responsividade promoções */
div.promocoes-semana h4{
Expand Down
Loading

0 comments on commit 2d18ff5

Please sign in to comment.