refactor(header): Aplica mudança no código css

This commit is contained in:
Sabrina Miranda 2022-12-14 12:28:31 -03:00
parent a4650f0901
commit 78aa7171ba

View File

@ -53,6 +53,7 @@
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: auto;
} }
li .container-li div .progress-bar-text { li .container-li div .progress-bar-text {
@ -92,7 +93,7 @@
} }
.progress-bar-line-1 { .progress-bar-line-1 {
left: 28%; left: 25%;
} }
.progress-bar-line-2 { .progress-bar-line-2 {
@ -102,13 +103,14 @@
} }
&__wrapper { &__wrapper {
display: grid;
grid-template-columns: 2fr 1fr 2fr;
align-items: center; align-items: center;
display: flex;
justify-content: space-between;
} }
&__logo { &__logo {
width: 15.284%; display: block;
width: 53.741%;
img { img {
width: 100%; width: 100%;
@ -119,7 +121,7 @@
&__safeBuy { &__safeBuy {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: flex-end;
gap: 8px; gap: 8px;
span { span {