release/checkout #4

Merged
PatrickReisSantos merged 2 commits from release/checkout into main 2022-12-27 02:41:18 +00:00
3 changed files with 12 additions and 2 deletions
Showing only changes of commit 76e1825cdc - Show all commits

View File

@ -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,

View File

@ -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;

View File

@ -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 {