Commit 64e6e38e by Manzar Hussain

update css

parent f9c72a99
......@@ -216,4 +216,42 @@ z-index: 9;
}
.cn_cbox .views-field-nothing {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 30px
}
.cn_cbox .views-field-nothing .field-content {
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
@media (min-width:576px) {
.cn_cbox .views-field-nothing {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%
}
}
@media (min-width:768px) {
.cn_cbox .views-field-nothing {
-ms-flex: 0 0 25%;
-webkit-box-flex: 0;
flex: 0 0 25%;
max-width: 25%
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment