CV: horizontal line below h2

This commit is contained in:
Benjamin 2023-02-05 18:52:46 +01:00
parent fc0f008300
commit f049c5fb83

View file

@ -54,6 +54,12 @@
text-decoration: none;
}
h2 {
border-bottom-width: 1px;
border-bottom-color: var(--color);
border-bottom-style: solid;
}
section#publications span.journal,
section#conferences span.conference {
font-style: italic;