diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2014-01-29 07:46:06 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2014-02-01 10:15:19 -0800 |
| commit | 87c61efd0dbf1c3d458a843b556ccef7d76efd5a (patch) | |
| tree | 11eab7fdbfb6da4b6e73cfd3a59833665a6ca415 /_assets/screen.scss | |
| parent | Fix the layout for static pages. (diff) | |
| download | lumberjaph-87c61efd0dbf1c3d458a843b556ccef7d76efd5a.tar.gz | |
Add new css rules for static content.
Diffstat (limited to '')
| -rw-r--r-- | _assets/screen.scss | 31 |
1 files 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; } } } |
