mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-28 03:15:49 +00:00
responsive
This commit is contained in:
@@ -103,11 +103,11 @@ span.swiper-pagination-bullet {
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet {
|
||||
background: #383838 !important;
|
||||
background: #383838;
|
||||
}
|
||||
|
||||
.swiper-pagination-bullet-active {
|
||||
background: #fff !important;
|
||||
background: #fff ;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
@@ -125,12 +125,18 @@ span.swiper-pagination-bullet {
|
||||
}
|
||||
|
||||
.swiper-button-next {
|
||||
right: -8px;
|
||||
right: -8px;
|
||||
}
|
||||
|
||||
.swiper-button-prev {
|
||||
left: -8px;
|
||||
}
|
||||
.team-slider .swiper-button-prev {
|
||||
left: 28px;
|
||||
}
|
||||
.team-slider .swiper-button-next {
|
||||
right: 28px;
|
||||
}
|
||||
}
|
||||
/* html {
|
||||
font-family: "Mona Sans";
|
||||
|
||||
Reference in New Issue
Block a user