diff options
author | j-james | 2021-12-13 10:56:16 +0000 |
---|---|---|
committer | j-james | 2021-12-13 11:00:39 +0000 |
commit | 4e473e025eb912938d738235c6ce01de142498d4 (patch) | |
tree | e42feb0bb761a29c7d000484328cf48659743135 /css | |
parent | 97390a47c033a97d749934e1a4f984f590da477a (diff) |
Add a short overview of some projects to my resume
Also update my bookshelf and links pages
Diffstat (limited to 'css')
-rw-r--r-- | css/resume.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/css/resume.css b/css/resume.css index dc60b6c..f43ab7f 100644 --- a/css/resume.css +++ b/css/resume.css @@ -54,6 +54,10 @@ ul { margin-top: 0; } +.print { + display: none; +} + /* h2::after { content: ""; width: 100px; @@ -77,18 +81,23 @@ ul { body { background-color: #FFF; color: #000; - border: none; - box-shadow: none; + /* border: none; + box-shadow: none; */ + font-size: 0.82em; } a, a:visited, hr { color: #000; } - b > a::after { - content: ": " attr(href) + .text::after { + content: ": " attr(href); + } + .print { + display: block; } #pdf { display: none; } + /* fit resume on one page when printing in firefox */ @-moz-document url-prefix() { h1 { |