diff --git a/cv.html b/cv.html index d1c54d4..0f7d9cf 100644 --- a/cv.html +++ b/cv.html @@ -42,6 +42,10 @@ font-family: Vollkorn, serif; } + li:not(:last-child) { + margin-bottom: 0.2em; + } + h3 { display: flex; justify-content: space-between;