Add space between position and date

This commit is contained in:
BernatBC 2024-02-03 16:04:10 +01:00
parent 604dc7aac8
commit 1bc7414dab

View file

@ -93,7 +93,11 @@
} }
.company-heading { .company-heading {
h5, p { h5 {
display: inline;
margin-right: 0.25em;
}
p {
display: inline; display: inline;
} }
} }