CV: <li> except last child margin-bottom

This commit is contained in:
Benjamin 2023-02-04 17:00:53 +01:00
parent 15d281f548
commit 3ea9a60f62

View file

@ -42,6 +42,10 @@
font-family: Vollkorn, serif;
}
li:not(:last-child) {
margin-bottom: 0.2em;
}
h3 {
display: flex;
justify-content: space-between;