поченил slider phone => pc

This commit is contained in:
Kirill Pet
2024-12-19 19:32:18 +03:00
parent 6bf3962541
commit ac728ce829
3 changed files with 9 additions and 6 deletions

View File

@@ -204,6 +204,7 @@ body{
background-color: rgba(17, 17, 20, 0);
cursor: pointer;
border: none;
}
.btn-big--border{
padding: 21px 32px;

View File

@@ -460,7 +460,7 @@
@media only screen and (min-width: 992px) {
.gym__item{
width: calc(50% - 40px) !important;
width: calc(50% - 44px) !important;
}
.gym .swiper-slide:nth-child(3){
width: 100% !important;
@@ -478,7 +478,7 @@
.projects__item{
margin: 20px;
width: calc(50% - 40px) !important;
width: calc(50% - 44px) !important;
display: flex;
flex-direction: column;
@@ -986,6 +986,8 @@
background-color: rgba(42, 42, 45, 0);
border: none;
cursor: pointer;
}
/* modal */
@media only screen and (min-width: 992px) and (max-width: 1032px) {}