How can I add social icons to the mobile nav in the Debut theme?

Hi, can someone help me why the icons appear on top of each other and not next to each other?

{%- assign socials = “Facebook Instagram Pinterest Tumblr Snapchat Youtube Vimeo Soundcloud” | split: ’ '-%}
{%- for social in socials -%}
{%- assign social_link = social | prepend: ‘social_’ | append: ‘_link’ | downcase -%}
{%- assign icon_link = social | prepend: ‘icon-’ | downcase -%}
{%- if settings[social_link] != blank -%}

  • {%- include icon_link -%}
  • {%- endif -%} {%- endfor -%}