forked from M3-Academy/m3-academy-template-checkout
feat: css 3 parte
This commit is contained in:
parent
c6e87680ef
commit
8cef3f3598
@ -3,6 +3,7 @@ hr{
|
||||
background-color: black;
|
||||
color: black;
|
||||
margin: 0 !important;
|
||||
border: 1px solid;
|
||||
}
|
||||
.conteiner_footer {
|
||||
width: 100%!important;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user