diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-06-18 21:27:15 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2024-06-18 21:27:15 +0700 |
commit | 3be90809726bfe94c81ed4fc9830d731f12ba4fd (patch) | |
tree | d8df05284fdca70404eb0287b861e1cdb5db3b6c /style.css | |
parent | fff4370c1bdc53a0699262d312f9f5a4cb4fc463 (diff) | |
download | web-cv-3be90809726bfe94c81ed4fc9830d731f12ba4fd.tar.gz |
Reorganize CV
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/style.css b/style.css index aa8579f..901dd68 100644 --- a/style.css +++ b/style.css @@ -91,6 +91,9 @@ li p { dl, p, li { font-size: 0.9em; } + h2, h3 { + margin-top: 0.5em; + } /* a:not(.link-no-print)::after { content: " (" attr(href) ")"; } a::after { |