- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
500 B

#wrapwrap .s_color_blocks_4 {
.row {
display: flex;
flex-flow: row wrap;
// Fix for safari browser as it 'supports' flex but not with the right
// behavior
&::before, &::after {
width: 0;
}
}
[class*="col-lg-"] {
padding: 64px 20px;
}
@include media-breakpoint-down(md) {
[class*="col-lg-"] {
flex: 1 1 100%;
}
}
img {
max-width: 100%;
height: auto;
}
}