Set line heights

This commit is contained in:
Benjamin 2023-02-07 17:36:34 +01:00
parent 2a071b96ab
commit f73a9b4617

11
cv.html
View file

@ -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 {