Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Feb 11, 2020
1 parent 89e3f5b commit f2a5bc5
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions css/resume.css
Expand Up @@ -23,15 +23,21 @@ main {
flex-shrink: 0;
}

#experience-container {
#skills-container {
display: flex;
flex-direction: column;
flex-direction: row;
flex-wrap: nowrap;
}

#skills-container {
@media (max-width: 700px) {
#skills-container {
flex-direction: column;
}
}

#experience-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex-direction: column;
}

#contacts {
Expand Down

0 comments on commit f2a5bc5

Please sign in to comment.