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;
color: black;
margin: 0 !important;
border: 1px solid;
}
.conteiner_footer {
width: 100%!important;

View File

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