From c4560f53c6712fad6bc46f87902c8c57d2e29baa Mon Sep 17 00:00:00 2001 From: Joah Gerstenberg Date: Mon, 2 Dec 2013 15:13:47 -0600 Subject: [PATCH] Addresses #70. Makes Repository description bigger than meta data. --- css/resume.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/resume.css b/css/resume.css index 09a57c3..30de4c0 100644 --- a/css/resume.css +++ b/css/resume.css @@ -169,6 +169,11 @@ p.enlarge { border-bottom: 1px solid #ccc; } +.org h3, +.job h3 { + font-size: 100%; +} + .org h4, .job h4 { position: absolute; @@ -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 }