File "vc_responsive.less"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/plugins/js_composer/assets/less/shortcodes/vc_responsive.less
File size: 373 bytes
MIME-type: text/plain
Charset: utf-8
@stop_standalone_compiling: @vc_grey;
/* Responsive stuff
---------------------------------------------------------- */
/* Make all grid-sized elements block level again */
@media (max-width: @vc_responsive_max_w) {
.vc_responsive {
div.vc_row-fluid div[class*="vc_col-"] {
float: none;
display: block;
width: auto;
margin-left: 0;
}
}
}