diff options
author | j-james | 2021-10-17 22:21:10 +0000 |
---|---|---|
committer | j-james | 2021-10-17 22:21:10 +0000 |
commit | 060f47160aacd9af245b7bd3e383241bb94907a1 (patch) | |
tree | 39100dc4b44ef34c7f2e500eb9f214c9bba84662 /css | |
parent | de415e2275c0cfd151bfbb22d72f50c2a629fd3e (diff) |
Fit resume on one page and open links in new tabs
Diffstat (limited to 'css')
-rw-r--r-- | css/resume.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/resume.css b/css/resume.css index 74f0c1d..30054e8 100644 --- a/css/resume.css +++ b/css/resume.css @@ -46,6 +46,10 @@ h2 { margin-bottom: 0; } +h3 { + margin-bottom: 0.5em; +} + h2::after { content: ""; width: 100px; |