Skip to content

Commit

Permalink
updated work info responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
jazicorn committed May 17, 2024
1 parent adcd5de commit 05b71f6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions styles/work.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,13 @@
font-style: italic;
font-size: 16px;
}

@media (max-width: 767px) {
.work-experience-info {
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
display: flex;
flex-direction: column;
}
}

0 comments on commit 05b71f6

Please sign in to comment.