Skip to content

Commit

Permalink
Merge pull request #163 from JoahG/master
Browse files Browse the repository at this point in the history
Addresses #70. Makes Repository description bigger than meta data.
  • Loading branch information
David Coallier committed Dec 6, 2013
2 parents e83ac50 + c4560f5 commit c537d43
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion css/resume.css
Expand Up @@ -169,6 +169,11 @@ p.enlarge {
border-bottom: 1px solid #ccc;
}

.org h3,
.job h3 {
font-size: 100%;
}

.org h4,
.job h4 {
position: absolute;
Expand All @@ -183,7 +188,10 @@ p.enlarge {
}

.org p,
.job p { margin: 0.75em 0 3em 0 }
.job p {
margin: 0.75em 0 3em 0;
font-size: 122%;
}

.last { border: none }

Expand Down

1 comment on commit c537d43

@dejanjovanovic
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rayan aguisanda bani aprilann

Please sign in to comment.