Skip to content

Commit

Permalink
fix columns on skills and tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
jannypie committed Apr 24, 2015
1 parent 14894ea commit fe53139
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
</section>
<% } %>
</section>
<section class="col-xs-6 skills-section">
<section class="col-xs-12 col-sm-6 skills-section">
<% if (user_settings.skills) { %>
<section id="user_skills">
<h3>Tech Stack</h3>
Expand All @@ -158,7 +158,7 @@
</section>
<% } %>
</section>
<section class="col-xs-6">
<section class="col-xs-12 col-sm-6">
<% if (user_settings.twitter_handle && user_tweets.length > 0) { %>
<section id="user_tweets">
<h3>Tweets</h3>
Expand Down

0 comments on commit fe53139

Please sign in to comment.