class Playbook::PbCard::Card

def body_padding

def body_padding
  if padding.present?
    ""
  else
    "p_md"
  end
end