develop #11

Merged
HenriqueSantosSantana merged 37 commits from develop into main 2022-12-26 17:04:35 +00:00
Showing only changes of commit 9758e921c1 - Show all commits

View File

@ -49,13 +49,12 @@ body {
#cart-title,
#orderform-title {
color: $clr-gray-400;
color: $clr-common-black;
font-family: $font-family-100;
font-weight: 500;
font-size: 36px;
font-weight: 700;
font-size: 24px;
line-height: 42px;
margin: 40px 0 30px;
letter-spacing: 0.1em;
margin: 16px 0;
text-transform: uppercase;
}