Landing page view, helpdesk carousel fixes

* added partners to landing page
* fixed helpdesk carousel styling in some viewport sizes
This commit is contained in:
Herman Õunapuu
2018-08-26 19:42:54 +03:00
parent 66fb3ca306
commit 84e45e01cb
12 changed files with 215 additions and 90 deletions

View File

@@ -56,6 +56,20 @@
height : 60vh;
max-height : 300px;
}
.siema {
.carousel-image-container {
display : flex;
justify-content : center;
align-items : center;
img {
max-height : 300px;
width : 100%;
height : auto;
object-fit : scale-down;
}
}
}
}
#pricing {