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;
|
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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user