From 3ea9a60f62d130888c501966ec165d8023fc023d Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 4 Feb 2023 17:00:53 +0100 Subject: [PATCH] CV:
  • except last child margin-bottom --- cv.html | 4 ++++ 1 file changed, 4 insertions(+) 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;