Add space between position and date
This commit is contained in:
parent
604dc7aac8
commit
1bc7414dab
1 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.company-heading {
|
.company-heading {
|
||||||
h5, p {
|
h5 {
|
||||||
|
display: inline;
|
||||||
|
margin-right: 0.25em;
|
||||||
|
}
|
||||||
|
p {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue