From 87c61efd0dbf1c3d458a843b556ccef7d76efd5a Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 29 Jan 2014 07:46:06 -0800 Subject: Add new css rules for static content. --- _assets/screen.scss | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/_assets/screen.scss b/_assets/screen.scss index 9cc47a4..e03253a 100644 --- a/_assets/screen.scss +++ b/_assets/screen.scss @@ -315,10 +315,6 @@ figure { font-weight: 400; font-size: 110%; - li { - line-height: 1.2em; - } - .post-listing { width: 623px; @include tablet-portrait-and-below { @@ -357,6 +353,30 @@ figure { line-height: 1.1; } + #resume { + #interests { + p { + font-weight: 700; + margin-top: 4em; + } + } + h2 { + margin-top: 3em; + text-align: center; + } + h3 { + font-weight: 700; + font-size: 1.1em; + } + .exp { + padding-bottom: 1.2em; + border-bottom: 1px solid #dedede; + } + .exp:last-child { + border-bottom: 1px solid white; + } + } + #entry { padding: 0; margin: 0 auto; @@ -431,7 +451,8 @@ figure { h2 { font-weight: 700; - font-size: 1.2em; + font-size: 1.6em; + color: #5F516; } } } -- cgit v1.2.3