$this.css('line-height','34px').css('margin-bottom','23px');
$this.css({ 'line-height': '34px', 'margin-bottom': '23px' });
var $this = $(this);
if($this.text().length < 30){
$this.css('line-height','34px').css('margin-bottom','23px')
}
});