diff options
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; |