Skip to content

Commit

Permalink
improve work styles
Browse files Browse the repository at this point in the history
  • Loading branch information
orsi committed May 28, 2020
1 parent 5c280f7 commit b472c99
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/DeveloperView/WorkSection/WorkSection.js
Expand Up @@ -11,7 +11,7 @@ margin: 0 auto;
padding: 0;
`;
const WorksListItem = styled.li`
padding-left: 20px;
padding-left: 16px;
position: relative;
&:not(:first-of-type) {
margin-top: 24px;
Expand All @@ -22,7 +22,7 @@ position: relative;
position: absolute;
bottom: 0px;
top: 0px;
left: 6px;
left: 0;
width: 3px;
}
`;
Expand All @@ -38,8 +38,10 @@ line-height: 1;
`;
const Duration = styled.time`
color: #999;
display: block;
font-size: smaller;
line-height: 1;
line-height: 1.2;
margin-top: 4px;
`;

export default function WorkSection() {
Expand Down

0 comments on commit b472c99

Please sign in to comment.