forked from M3-Academy/m3-academy-template-checkout
release/checkout #4
@ -31,14 +31,14 @@ export default class Footer {
|
||||
slidesToScroll: 1,
|
||||
responsive: [
|
||||
{
|
||||
breakpoint: 1025,
|
||||
breakpoint: 1026,
|
||||
settings: {
|
||||
slidesToShow: 3,
|
||||
slidesToScroll: 1,
|
||||
},
|
||||
},
|
||||
{
|
||||
breakpoint: 375,
|
||||
breakpoint: 376,
|
||||
settings: {
|
||||
slidesToShow: 2,
|
||||
slidesToScroll: 1,
|
||||
|
@ -53,11 +53,16 @@
|
||||
}
|
||||
|
||||
&__developedBy {
|
||||
display: flex;
|
||||
order: 3;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
gap: 11px;
|
||||
@media (min-width: 280px) and (max-width: 1024px) {
|
||||
order: 3;
|
||||
}
|
||||
|
||||
li:last-child {
|
||||
margin-left: 16px;
|
||||
|
@ -47,6 +47,11 @@
|
||||
width: 242px;
|
||||
justify-content: center;
|
||||
margin-bottom: 20px;
|
||||
@media (min-width: 280px) and (max-width: 1024px) {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 94.5%;
|
||||
}
|
||||
}
|
||||
|
||||
.span-item-name {
|
||||
|
Loading…
Reference in New Issue
Block a user