var swiper = new Swiper(".mySwiper", {
pagination: {
el: ".swiper-pagination",
dynamicBullets: true,
dynamicMainBullets: 4
}
});
Applies to: all elements except table-row-group, table-header-group, table-footer-group, table-row, table-column-group and table-column
@media all and (max-width: 500px){
#nav-home {
height: 500px;
overflow: auto;
}
}