Set line heights
This commit is contained in:
parent
2a071b96ab
commit
f73a9b4617
11
cv.html
11
cv.html
|
|
@ -43,16 +43,14 @@
|
||||||
max-width: 80ch;
|
max-width: 80ch;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
font-family: system-ui;
|
font-family: system-ui;
|
||||||
}
|
line-height: 1.6;
|
||||||
|
|
||||||
li:not(:last-child) {
|
|
||||||
margin-bottom: 0.2em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
|
@ -82,6 +80,11 @@
|
||||||
border-bottom-width: 1px;
|
border-bottom-width: 1px;
|
||||||
border-bottom-color: var(--color-primary);
|
border-bottom-color: var(--color-primary);
|
||||||
border-bottom-style: solid;
|
border-bottom-style: solid;
|
||||||
|
line-height: 1.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
line-height: 1.0;
|
||||||
}
|
}
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue