Skip to content

Commit

Permalink
mexendo nas promoções ainda
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-erades committed Sep 9, 2023
1 parent 1412412 commit 61363ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
34 changes: 0 additions & 34 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,6 @@ div.promocoes-semana h4.dia-semana{
section#QuemSomos-titulo{
font-size: 2em;
}
#promocao-do-dia-sm{
font-size: 1em;
}
ul#promocao-lista-sm{
display: none;
}
span.preco-promocao{
font-size:x-large;
display: block;
Expand Down Expand Up @@ -221,16 +215,8 @@ div.promocoes-semana h4.dia-semana{
p#promocao-lista-sm{
font-size: 1.3em;
}
div.card div.card-body p#promocao-do-dia-sm{
font-size: 1.2em;
margin-bottom: 18px;
}
}
@media (min-width:340px) and (max-width:369.78px){
div.card div.card-body p#promocao-do-dia-sm{
font-size: 1.3em;
margin-bottom: 22px;
}
p#promocao-lista-sm{
font-size: 1.3em;
margin-bottom: 0;
Expand Down Expand Up @@ -266,9 +252,6 @@ div.promocoes-semana h4.dia-semana{
#promocao-lista-sm li{
font-size: 1em;
}
#promocao-do-dia-sm{
font-size: 1em;
}
#promocao-lista-sm{
margin-bottom: 0px;
}
Expand All @@ -281,19 +264,12 @@ div.promocoes-semana h4.dia-semana{
img#congresso{
width: 500px;
}
div.card div.card-body p#promocao-do-dia-sm{
font-size: 1.1em;
margin-bottom: 0;
}

}
@media (min-width:420px){
#promocao-lista-sm li{
font-size: 1em;
}
#promocao-do-dia-sm{
font-size: 1em;
}
.preco-promocao{
font-size:xx-large;
}
Expand Down Expand Up @@ -324,10 +300,6 @@ div.promocoes-semana h4.dia-semana{
section#contato{
font-size:1.2em;
}
div.card div.card-body p#promocao-do-dia-sm{
font-size: 1.3em;
margin-bottom: 16.1px;
}
#promocao-lista-sm li{
font-size: 1.3em;
}
Expand Down Expand Up @@ -514,12 +486,6 @@ section#bomApetite a.nav-link#link-redes:hover{
color: rgb(249, 210, 118);
font-weight: 400;
}
#promocao-do-dia-sm{
font-family: "folks bold fino";
font-size: 1em;
color: rgb(249, 210, 118);
font-weight: 400;
}
.botao-promocao{
background-color:rgb(229, 35, 22);;
color: rgb(255, 227, 160);
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h4 class="col-6">Calabresa</h4>
</div>
<h4 class="dia-semana">Segunda</h4>
<div class="row">
<img src="./imagens/chocolate.png" class="col-6 img-fluid" width="140px">
<img src="./imagens/Chocolate.png" class="col-6 img-fluid" width="140px">
<h4 class="col-6">Chocolate</h4>
</div>
</div>
Expand Down Expand Up @@ -179,7 +179,7 @@ <h4 class="col-6">Calabresa</h4>
</div>
<h4 class="dia-semana">Sexta</h4>
<div class="row">
<img src="./imagens/chocolate.png" class="col-6 img-fluid" width="140px">
<img src="./imagens/Chocolate.png" class="col-6 img-fluid" width="140px">
<h4 class="col-6">Chocolate</h4>
</div>
</div>
Expand Down

0 comments on commit 61363ea

Please sign in to comment.