feat: css 3 parte

This commit is contained in:
Adilson Fernando Neves Ornellas 2022-12-18 21:58:20 -03:00
parent c6e87680ef
commit 8cef3f3598
2 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@ hr{
background-color: black; background-color: black;
color: black; color: black;
margin: 0 !important; margin: 0 !important;
border: 1px solid;
} }
.conteiner_footer { .conteiner_footer {
width: 100%!important; width: 100%!important;

View File

@ -13,12 +13,19 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 29px 131px; padding: 29px 131px;
@media (max-width: 1024px) {
padding: 16px 16px;;
}
} }
&__logo { &__logo {
img { img {
height: 52px; height: 52px;
width: auto; width: auto;
@media (max-width: 1024px) {
width: 155px;
}
} }
} }
@ -27,6 +34,9 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
width: 11.69%; width: 11.69%;
@media (max-width: 1024px) {
width: 34.73%;
}
span { span {
align-items: center; align-items: center;
display: flex; display: flex;