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, #cart-title,
#orderform-title { #orderform-title {
color: $clr-gray-400; color: $clr-common-black;
font-family: $font-family-100; font-family: $font-family-100;
font-weight: 500; font-weight: 700;
font-size: 36px; font-size: 24px;
line-height: 42px; line-height: 42px;
margin: 40px 0 30px; margin: 16px 0;
letter-spacing: 0.1em;
text-transform: uppercase; text-transform: uppercase;
} }