Skip to content

Commit

Permalink
mudanças
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo-erades committed Aug 12, 2023
1 parent 2731ee0 commit 54fcca3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
html, body{
scroll-behavior: smooth;
font-family: "textos finos";
}
.navbar-toggler:focus,
.navbar-toggler:active{
Expand Down Expand Up @@ -61,7 +62,7 @@ section#home p{
section#salgada h1, section#especial h1{
font-size:3.3em;
}
section#salgada p{
section#salgada p, section#especial p{
font-size:1.5em;
}
#promocoes{
Expand Down Expand Up @@ -290,6 +291,9 @@ section .doceTexto{
padding-bottom:20px;
font-family:"textos finos";
}
section#especial{
font-family:"textos finos";
}
section.caixa-conteudo{
background-color: /*#ffae00*/#ff9900;
padding-top: 16px;
Expand Down

0 comments on commit 54fcca3

Please sign in to comment.