class Playbook::PbCard::Card

def body_justify_self

def body_justify_self
  if justify_self.present?
    "justify_self_#{justify_self}"
  else
    ""
  end
end