Skip to content

Commit

Permalink
Merge branch 'master' of github.com:udacity/frontend-nanodegree-resume
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronwp committed Jul 19, 2016
2 parents 48dda97 + 80c6a1b commit 0726406
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,13 @@ a {
padding: 10px;
}

.flex-column {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
padding: 10px;
}

.center-content {
padding: 2.5% 5%;
}
Expand Down
2 changes: 1 addition & 1 deletion js/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var HTMLlocation = '<li class="flex-item"><span class="orange-text">location</sp
var HTMLbioPic = '<img src="%data%" class="biopic">';
var HTMLwelcomeMsg = '<span class="welcome-message">%data%</span>';

var HTMLskillsStart = '<h3 id="skills-h3">Skills at a Glance:</h3><ul id="skills" class="flex-box"></ul>';
var HTMLskillsStart = '<h3 id="skills-h3">Skills at a Glance:</h3><ul id="skills" class="flex-column"></ul>';
var HTMLskills = '<li class="flex-item"><span class="white-text">%data%</span></li>';

var HTMLworkStart = '<div class="work-entry"></div>';
Expand Down

0 comments on commit 0726406

Please sign in to comment.