46 lines
837 B
CSS
Executable File
46 lines
837 B
CSS
Executable File
.simple-slider .swiper-slide {
|
|
height: auto;
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center;
|
|
margin-top: 84px;
|
|
}
|
|
|
|
.swiper-container {
|
|
width: auto;
|
|
max-width: 1500px;
|
|
}
|
|
|
|
.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
|
|
width: 50px;
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
@media (max-width:1500px) {
|
|
.simple-slider .swiper-slide {
|
|
margin-top: 70px;
|
|
}
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width:767px) {
|
|
.simple-slider .swiper-slide {
|
|
height: 270px;
|
|
margin-top: 50px;
|
|
}
|
|
}
|
|
|
|
.special-skill-item.border-0 {
|
|
box-shadow: 10px 5px 5px lightgray;
|
|
}
|
|
|
|
.navbar.navbar-dark.navbar-expand-lg.fixed-top.bg-white.portfolio-navbar.gradient {
|
|
}
|
|
|