Compare commits

...

3 commits

Author SHA1 Message Date
Benjamin 19904157ae CV: smalle font-size on print 2023-02-04 17:27:33 +01:00
Benjamin 3ea9a60f62 CV: <li> except last child margin-bottom 2023-02-04 17:00:53 +01:00
Benjamin 15d281f548 CV: bigger margin on print 2023-02-04 16:57:07 +01:00

View file

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