Compare commits
3 commits
9381f5b226
...
19904157ae
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
19904157ae | ||
|
|
3ea9a60f62 | ||
|
|
15d281f548 |
8
cv.html
8
cv.html
|
|
@ -42,6 +42,10 @@
|
||||||
font-family: Vollkorn, serif;
|
font-family: Vollkorn, serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li:not(:last-child) {
|
||||||
|
margin-bottom: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
@ -73,6 +77,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
body {
|
||||||
|
max-width: 72ch;
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
|
||||||
body,
|
body,
|
||||||
a {
|
a {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue