development #24

Merged
SavioCarvalhoMoraes merged 50 commits from development into master 2023-02-10 18:25:07 +00:00
2 changed files with 18 additions and 2 deletions
Showing only changes of commit c97a103122 - Show all commits

View File

@ -15,8 +15,16 @@
}
}*/
.sliderLayoutContainer {
width: 95%;
width: 100%;
padding: 0 16px 0 16px;
display: flex;
justify-content: center;
}
.sliderLayoutContainer .paginationDot {
background: black;
}
.sliderLayoutContainer .paginationDot--isActive {
background: white;
border: 0.5px solid black;
font-size: large;
}

View File

@ -5,10 +5,18 @@
}
}*/
.sliderLayoutContainer {
width: 95%;
width: 100%;
padding: 0 16px 0 16px;
display: flex;
justify-content: center;
.paginationDot {
background: black;
}
.paginationDot--isActive {
background: white;
border: 0.5px solid black;
font-size: large;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
}