Fix banner image style (Remove Co-Market from customer interface) #87

Merged
akrdzic merged 2 commits from fix-image-style into development 2018-12-05 19:21:34 +01:00
Showing only changes of commit d15cb6a225 - Show all commits

View File

@@ -143,13 +143,24 @@
}
#co-market-commercials {
background: $whiteColor;
.commercial-photo {
width: 100%;
}
}
@media (min-width: 768px) {
#co-market-commercials {
position: relative;
.commercial-photo {
position: absolute;
width: 100%;
height: 100%;
}
}
}
#co-market-catalog {
.filter-name {
margin-top: 0.4rem;