| Current Path : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/js/ |
| Current File : /var/www/html/forumdainovacaors.com.br/wp-content/themes/itt/js/page-empresas.js |
$(document).ready(function() {
let item = $('.list-empresas .col-sm-3');
let altura = (item.length/4)*60;
$('head').append(`<style type="text/css"> .list-empresas::before{height: ${altura}% !important;} </style>`);
});