Commit c35f693237abf889c1f989f99f93e7cb93893a84

Authored by Marcelo Puebla
1 parent 1e7325e078
Exists in master and in 1 other branch develop

Arreglo en carousel

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
src/sass/_swiper.scss
1 1 .swiper {
2 2 &-container {
3   - height: 300px;
  3 + height: 100%;
4 4 }
5 5 &-slide {
6 6 background: transparent;
... ... @@ -12,7 +12,7 @@
12 12  
13 13 @media(max-width: 992px){
14 14 &-container{
15   - height: 430px;
  15 + height: 100%;
16 16 }
17 17 &-pagination{
18 18 background: #CCC;