From f73a9b4617d19757aac07a6ef9dc49943efdb20f Mon Sep 17 00:00:00 2001 From: Benjamin Date: Tue, 7 Feb 2023 17:36:34 +0100 Subject: [PATCH] Set line heights --- cv.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cv.html b/cv.html index c54118b..b430789 100644 --- a/cv.html +++ b/cv.html @@ -43,16 +43,14 @@ max-width: 80ch; margin: 0 auto; font-family: system-ui; - } - - li:not(:last-child) { - margin-bottom: 0.2em; + line-height: 1.6; } h3 { display: flex; justify-content: space-between; flex-wrap: wrap; + line-height: 1.4; } a { @@ -82,6 +80,11 @@ border-bottom-width: 1px; border-bottom-color: var(--color-primary); border-bottom-style: solid; + line-height: 1.2; + } + + h1 { + line-height: 1.0; } aside {