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 {