Commit a8e63d9e18f5eab9910882f1ea2986df6525f371

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'master' into 'develop'

Master(mpuebla)

See merge request !157
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;