CampCare/webroot/js/custom.js
2016-12-01 22:31:43 +01:00

9 lines
178 B
JavaScript

/* ------ custom js ------ */
/* ------ categories/index.ctp ------ */
$(function(){
$box = $('.square');
$boxWith = $box.width();
$('.square').css('font-size',$boxWith/7);
});